2.1.0 • Published 2 years ago

maai-cursor v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 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.

2.1.0

2 years ago

2.0.2

2 years ago

1.0.5

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

0.0.1

2 years ago