maai-cursor

Enhance vertical moving of cursor.

Usage no npm install needed!

<script type="module">
  import maaiCursor from 'https://cdn.skypack.dev/maai-cursor';
</script>

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:

WIP

  • maaiCursor.distance: Distance of marker.
  • maaiCursor.mode: Hilight pattern point or line.
  "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.