Keybindings

Complete keybinding reference organized by mode. Numeric prefixes work with most commands (e.g., 5j moves down 5 cells).

Normal Mode

Insert Mode

Edit Mode

Edit mode has a vi-like sub-mode for navigating within the cell text.

Normal sub-mode (default on entry):

Key

Action

h / l

Move cursor left / right

w / b

Word forward / backward

e

End of word forward

0 / $

Start / end of line

i / a

Enter insert sub-mode (before / after cursor)

A / I

Append at end / insert at start

x

Delete character at cursor

s / S

Substitute character / substitute whole line

D / dw / cw

Delete to end / delete word / change word

u

Undo within edit

r{char}

Replace character at cursor

Visual Modes