Add keybind for selsecting nodes in hierarchy

This commit is contained in:
Martin Larsson 2025-08-14 20:18:32 +02:00
parent 564046d830
commit 0873c36a6f

View file

@ -68,10 +68,10 @@ return {
incremental_selection = { incremental_selection = {
enable = true, enable = true,
keymaps = { keymaps = {
init_selection = "<C-cr>", init_selection = "<cr>",
node_incremental = "<C-cr>", node_incremental = "<cr>",
scope_incremental = false, scope_incremental = false,
node_decremental = "<C-bs>", node_decremental = "<bs>",
}, },
}, },
textobjects = { textobjects = {