plugins.flash.modes.char.jump.autojump
automatically jump when there is only one match
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.flash.modes.char.jump.history
add pattern to search history
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.flash.modes.char.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.char.jump.jumplist
save location in the jumplist
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.flash.modes.char.jump.nohlsearch
clear highlight after jump
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.flash.modes.char.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.char.jump.pos
jump position
Plugin default: "start"
Type: null or one of “start”, “end”, “range” or raw lua code
Default:
null
Declared by:
plugins.flash.modes.char.jump.register
add pattern to search register
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by: