Vim Mode
VisiGrid supports optional Vim-style navigation for power users.
The quickest way to turn it on is the command palette: press Ctrl+K (Cmd+K on
macOS), type vim, and choose Toggle Vim Mode. It is also in
Preferences → Vim mode, or in settings:
{ "editor.vimMode": true}Vim Keys
Section titled “Vim Keys”| Key | Action |
|---|---|
h j k l |
Move left/down/up/right |
Shift+hjkl |
Extend selection |
w / b |
Next / previous filled cell, horizontally |
0 |
Start of row |
$ |
End of row (last filled cell) |
gg |
Top-left of sheet |
G |
Last row with data in this column |
^ |
First filled cell in the row |
{ / } |
Previous / next filled cell, vertically |
i |
Edit, cursor at the start |
a |
Edit, cursor at the end |
f |
Jump to a cell by label (desktop only) |
Escape |
Leave insert mode, keeping what you typed |