Adjusted incremental selection keybinds

This commit is contained in:
2025-05-29 20:15:34 +02:00
parent a5695d1e32
commit dedbe6f2c8

View File

@@ -18,10 +18,9 @@ return {
incremental_selection = {
enable = true,
keymaps = {
init_selection = "<c-space>",
node_incremental = "<c-space>",
scope_incremental = "<c-s>",
node_decremental = "<M-space>",
init_selection = "<M-o>",
node_incremental = "<M-o>",
node_decremental = "<M-i>",
},
},
textobjects = {