plugins.vim-matchup.motion.enable

Control motions

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.vim-matchup.motion.cursorEnd

If enabled, cursor will land on the end of mid and close words while moving downwards (%/]%). While moving upwards (g%, [%) the cursor will land on the beginning.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.vim-matchup.motion.overrideNPercent

In vim, {count}% goes to the {count} percentage in the file. match-up overrides this motion for small {count} (by default, anything less than 7). To allow {count}% for {count} less than 12 set overrideNPercent to 11.

To disable this feature set it to 0.

To always enable this feature, use any value greater than 99

Plugin default: 6

Type: null or signed integer or floating point number or raw lua code

Default: null

Declared by: