Adjusted incremental selection keybinds

This commit is contained in:
Dreaded_X 2025-05-29 20:15:34 +02:00
parent a5695d1e32
commit dedbe6f2c8
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -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 = {