Skip to content

Commit

Permalink
use <Esc> to close peek definition window
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Jun 1, 2024
1 parent 534f3f8 commit ef8dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspsaga/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ local default_config = {
tabe = '<C-t>',
tabnew = '<C-c>n',
quit = 'q',
close = '<C-c>',
close = '<ESC>',
},
},
rename = {
Expand Down

0 comments on commit ef8dfcf

Please sign in to comment.