Skip to content

elzup/vscode-maai-cursor

Repository files navigation

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.

maai-cursor-v2.mp4

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 pattern point or line or para.
  "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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published