plugins.treesitter-textobjects.move.gotoPrevious
Will go to either the start or the end, whichever is closer. Use if you want more granular movements. Make it even more gradual by adding multiple queries and regex.
Type: null or (attribute set of (string or (submodule) or raw lua code))
Default:
null
Plugin default: { }
Declared by:
plugins.treesitter-textobjects.move.gotoPrevious.<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.gotoPrevious.<name>.query
Type: string
Example:
"@class.inner"
plugins.treesitter-textobjects.move.gotoPrevious.<name>.queryGroup
You can also use captures from other query groups like locals.scm
Type: null or string
Default:
null