Add keybind for selsecting nodes in hierarchy
This commit is contained in:
parent
564046d830
commit
0873c36a6f
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue