Adjusted incremental selection keybinds
This commit is contained in:
parent
a5695d1e32
commit
dedbe6f2c8
|
@ -18,10 +18,9 @@ return {
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
init_selection = "<c-space>",
|
init_selection = "<M-o>",
|
||||||
node_incremental = "<c-space>",
|
node_incremental = "<M-o>",
|
||||||
scope_incremental = "<c-s>",
|
node_decremental = "<M-i>",
|
||||||
node_decremental = "<M-space>",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
textobjects = {
|
textobjects = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user