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 = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
init_selection = "<C-cr>",
|
||||
node_incremental = "<C-cr>",
|
||||
init_selection = "<cr>",
|
||||
node_incremental = "<cr>",
|
||||
scope_incremental = false,
|
||||
node_decremental = "<C-bs>",
|
||||
node_decremental = "<bs>",
|
||||
},
|
||||
},
|
||||
textobjects = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue