mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-21 15:34:39 +00:00
neovim: increment/decrement node selection with v/V
This commit is contained in:
parent
bed49d937f
commit
3f043328be
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
|||
settings = {
|
||||
highlight.enable = true;
|
||||
indent.enable = true;
|
||||
incremental_selection = {
|
||||
enable = true;
|
||||
keymaps.node_incremental = "v";
|
||||
keymaps.node_decremental = "V";
|
||||
};
|
||||
};
|
||||
folding = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue