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