Navigation Mode
March 2, 2026 · View on GitHub
The interface will start out in navigation mode. You can navigate around the table and between the sheets using the following keybinds:
Cell Navigation
h, ⬆️, andTABwill move one cell to the left.land, ➡️ will move one cell to the right.j, ⬇️, andEnterwill move one cell down.k⬆️, will move one cell up.dwill delete the contents of the selected cell leaving style untouchedDwill delete the contents of the selected cell including any styleggwill go to the top row in the current column
Sheet Navigation
Ctrl-nmoves to the next sheetCtrl-pmoves to the prev sheet
Sheet navigation moving will loop around when you reach the ends.
Numeric prefixes
You can prefix each of the keybinds above with a numeric prefix to do them that
many times. So typing 123h will move to the left 123 times. Hitting Esc
will clear the numeric prefix if you want to cancel it.
Modifying the Sheet or Cells
eoriwill enter CellEdit mode for the current cell.- 'I' will toggle italic on the cell. 'B' will toggle bold.
Ctrl-hwill shorten the width of the column you are on.Ctrl-lwill lengthen the width of the column you are on.owill insert a row below the selected cell, move one cell down, and enter edit modeOwill insert a row above the selected cell, move one cell up, and enter edit mode
Other Keybindings
Ctrl-rwill enter range selection mode.vwill enter range selection mode with the start of the range already selected.Ctrl-swill save the sheet.Ctrl-c,yCopy the cell or range contents.Ctrl-v,pPaste into the sheet.Ctrl-Shift-CCopy the cell or range formatted content.qwill exit the application.:will enter CommandMode.
Range selections made from navigation mode will be available to paste into a Cell Edit.
Note also that copy paste works with the system clipboard.