mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(treesitter): v for incremental node select
This commit is contained in:
parent
6e57e86c99
commit
dacd3e0708
1 changed files with 1 additions and 2 deletions
|
|
@ -81,8 +81,7 @@ return {
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
init_selection = "<C-space>",
|
node_incremental = "v",
|
||||||
node_incremental = "<C-space>",
|
|
||||||
scope_incremental = false,
|
scope_incremental = false,
|
||||||
node_decremental = "<bs>",
|
node_decremental = "<bs>",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue