Skip to content

Commit ef8dfcf

Browse files
committed
use <Esc> to close peek definition window
1 parent 534f3f8 commit ef8dfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lspsaga/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ local default_config = {
102102
tabe = '<C-t>',
103103
tabnew = '<C-c>n',
104104
quit = 'q',
105-
close = '<C-c>',
105+
close = '<ESC>',
106106
},
107107
},
108108
rename = {

0 commit comments

Comments
 (0)