maai-cursor
v2.1.0
Published
Enhance vertical moving of cursor.
Downloads
3
Readme
Maai Cursor
Visualize relative position from cursor position.
Hilight realtive N line up and N line down.
Enhance vertical moving of cursor.
Enhance command of vim's {N}j
and {N}k
.
Recommend Config
example with vscodevim
.vsvimrc
nnoremap <C-j> 5j
nnoremap <C-k> 5k
vnoremap <C-j> 5j
vnoremap <C-k> 5k
Extension Settings
This extension contributes the following settings:
maaiCursor.distance
: Distance of marker.maaiCursor.mode
: Hilight patternpoint
orline
orpara
.
"maaiCursor.distance": 5
"maaiCursor.mode": "point"
Commands
WIP
extension.maaiCursor.toggle
: Toggle maaiCursor on/off
Release Notes
Users appreciate release notes as you update your extension.
1.0.0
Initial release of Base feature.