We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71385f1 commit 2afb643Copy full SHA for 2afb643
doc/nvim-treesitter-textobjects.txt
@@ -112,7 +112,7 @@ Supported options:
112
- set_jumps: whether to set jumps in the jumplist
113
- goto_next_start: map of keymaps to a list of tree-sitter capture groups (`{@function.outer, @class.outer}`).
114
The one that starts closest to the cursor will be chosen, preferring row-proximity to column-proximity.
115
-- goto_next_end: same as goto_next_start, but it jumps to the start of
+- goto_next_end: same as goto_next_start, but it jumps to the end of
116
the text object.
117
- goto_previous_start: same as goto_next_start, but it jumps to the previous
118
text object.
0 commit comments