Skip to content

Vim Mode

VisiGrid supports optional Vim-style navigation for power users. Enable it in settings:

{
"editor.vimMode": true
}
KeyAction
h j k lMove left/down/up/right
Shift+hjklExtend selection
wNext filled cell (right)
bPrevious filled cell (left)
0Start of row
$End of row (last filled cell)
ggTop-left of sheet
GBottom of data
{Previous blank row
}Next blank row
iEnter insert/edit mode
aAppend (edit with cursor at end)
fEnter hint mode (jump to cell)
EscapeReturn to normal mode