mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
parent
a0dc6c8635
commit
507527711f
3 changed files with 26 additions and 22 deletions
|
|
@ -366,7 +366,7 @@ require'nvim-treesitter.configs'.setup {
|
|||
incremental_selection = {
|
||||
enable = true,
|
||||
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