File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Default config
3030 split = { n = ' gs' , i = ' <C-s>' }, -- both on search and main buffer
3131 vsplit = { n = ' gv' , i = ' <C-v>' }, -- both on search and main buffer
3232 switch = { i = ' <C-j>' }, -- only search buffer
33- execute = { n = ' <C-w >' , i = ' <C-w> ' }, -- both on search and main buffer
33+ execute = ' <C-s >' , -- main buffer
3434 },
3535}
3636```
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ local Config = setmetatable({}, {
4646 split = { n = ' gs' , i = ' <C-s>' }, -- both on search and main buffer
4747 vsplit = { n = ' gv' , i = ' <C-v>' }, -- both on search and main buffer
4848 switch = { i = ' <C-j>' }, -- only search buffer
49- execute = { n = ' <C-w >' , i = ' <C-w> ' }, -- both on search and main buffer
49+ execute = ' <C-s >' , -- main buffer
5050 },
5151 }
5252 if vim .g .dired and vim .g .dired [scope ] ~= nil then
You can’t perform that action at this time.
0 commit comments