plugins.flash.modes.treesitter.jump.autojump

automatically jump when there is only one match

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.flash.modes.treesitter.jump.history

add pattern to search history

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.flash.modes.treesitter.jump.inclusive

You can force inclusive/exclusive jumps by setting the inclusive option. By default it will be automatically set based on the mode.

Type: null or boolean

Default: null

Declared by:

plugins.flash.modes.treesitter.jump.jumplist

save location in the jumplist

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.flash.modes.treesitter.jump.nohlsearch

clear highlight after jump

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.flash.modes.treesitter.jump.offset

jump position offset. Not used for range jumps. 0: default 1: when pos == “end” and pos < current position

Type: null or signed integer

Default: null

Declared by:

plugins.flash.modes.treesitter.jump.pos

jump position

Type: null or one of “start”, “end”, “range” or raw lua code

Default: null

Plugin default: "start"

Declared by:

plugins.flash.modes.treesitter.jump.register

add pattern to search register

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: