mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
parent
a0dc6c8635
commit
507527711f
3 changed files with 26 additions and 22 deletions
|
|
@ -57,7 +57,7 @@ local builtin_modules = {
|
|||
module_path = "nvim-treesitter.incremental_selection",
|
||||
enable = false,
|
||||
keymaps = {
|
||||
init_selection = "gnn",
|
||||
init_selection = "gnn", -- set to `false` to disable one of the mappings
|
||||
node_incremental = "grn",
|
||||
scope_incremental = "grc",
|
||||
node_decremental = "grm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue