plugins.treesitter-textobjects.move.gotoNextStart

Map of keymaps to a list of tree-sitter capture groups ({@function.outer, @class.outer}). The one that starts closest to the cursor will be chosen, preferring row-proximity to column-proximity.

Type: null or (attribute set of (string or (submodule) or raw lua code))

Default: null

Plugin default: { }

Declared by:

plugins.treesitter-textobjects.move.gotoNextStart.<name>.desc

You can optionally set descriptions to the mappings (used in the desc parameter of nvim_buf_set_keymap) which plugins like which-key display.

Type: null or string

Default: null

plugins.treesitter-textobjects.move.gotoNextStart.<name>.query

Type: string

Example: "@class.inner"

plugins.treesitter-textobjects.move.gotoNextStart.<name>.queryGroup

You can also use captures from other query groups like locals.scm

Type: null or string

Default: null