Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Maai CursorNew to Visual Studio Code? Get it now.
Maai Cursor

Maai Cursor

anozon

|
710 installs
| (1) | Free
Enhance vertical moving of cursor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft