diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2020-06-01 19:15:28 -0500 |
|---|---|---|
| committer | Santos Gallegos <stsewd@protonmail.com> | 2020-06-01 19:15:28 -0500 |
| commit | 53284f311aac83677a71efa44c266331e5f3622f (patch) | |
| tree | c26e475f9f623e586c2ab9411c09dc2d24fef7b2 /doc | |
| parent | Merge pull request #66 from theHamsta/python-kw-highlight (diff) | |
| download | nvim-treesitter-53284f311aac83677a71efa44c266331e5f3622f.tar nvim-treesitter-53284f311aac83677a71efa44c266331e5f3622f.tar.gz nvim-treesitter-53284f311aac83677a71efa44c266331e5f3622f.tar.bz2 nvim-treesitter-53284f311aac83677a71efa44c266331e5f3622f.tar.lz nvim-treesitter-53284f311aac83677a71efa44c266331e5f3622f.tar.xz nvim-treesitter-53284f311aac83677a71efa44c266331e5f3622f.tar.zst nvim-treesitter-53284f311aac83677a71efa44c266331e5f3622f.zip | |
Fix example mappings
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 85bcbddd9..f1c278427 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -41,7 +41,7 @@ By default, everything is disabled. To enable support for features, in your `ini init_selection = 'gnn', -- maps in normal mode to init the node/scope selection node_incremental = "grn", -- increment to the upper named parent scope_incremental = "grc", -- increment to the upper scope (as defined in locals.scm) - scope_decremental = "grm", -- decrement to the previous scope + node_decremental = "grm", -- decrement to the previous node } }, ensure_installed = 'all' -- one of 'all', 'language', or a list of languages |
