We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e474c5 commit d2d5990Copy full SHA for d2d5990
1 file changed
lua/lspsaga/init.lua
@@ -96,13 +96,13 @@ local default_config = {
96
height = 0.5,
97
save_pos = false,
98
keys = {
99
- edit = '<C-c>o',
100
- vsplit = '<C-c>v',
101
- split = '<C-c>i',
102
- tabe = '<C-c>t',
+ edit = '<C-o>',
+ vsplit = '<C-v>',
+ split = '<C-x>',
+ tabe = '<C-t>',
103
tabnew = '<C-c>n',
104
quit = 'q',
105
- close = '<C-c>k',
+ close = '<C-c>',
106
},
107
108
rename = {
0 commit comments