These are the bindings in the default config.toml. Everything here can be
rebound; see Keybindings and editor modes.
| Action |
Binding |
| Enter command mode |
: / Ctrl+; |
| Next buffer |
Space b n |
| Previous buffer |
Space b p |
| Close buffer |
Space b d |
| Revert |
Space b r |
| Split vertically |
Space w v |
| Split horizontally |
Space w s |
| Close pane |
Space w d |
| Focus next pane |
Space w n |
| Focus previous pane |
Space w p |
| Toggle picker (profile-wide) |
Space f |
| Toggle picker (current table) |
Space p |
| Show keybindings |
Space ? |
| Toggle sidebar |
Ctrl+T |
| Toggle buffer list |
Ctrl+B |
| Action |
Binding |
| Move up |
Up / k |
| Move down |
Down / j |
| Move left |
Left / l |
| Move right |
Right / h |
| Move to next item |
Tab |
| Move to previous item |
Shift+Tab / Ctrl+P |
| Select |
Enter |
| Exit |
Esc |
| Action |
Binding |
| Save |
Ctrl+S |
| Save and quit |
Ctrl+Shift+S |
| Action |
Binding |
| Previous entry |
q |
| Next entry |
1 |
| Save and next entry |
Home |
| Go to definition |
g d |
| Revert and previous entry |
End |
| Action |
Binding |
| Command backspace |
Backspace |
| Picker move up |
Up / Ctrl+P |
| Picker move down |
Down / Ctrl+N |
| Command/picker autocomplete |
Tab |
These remain active even with an empty config.toml:
| Context |
Keys |
| General |
arrows, Enter (select), Esc (exit), Tab / Shift+Tab (move) |
| Command prompt |
Helix-style prompt bindings, Backspace |
| Palette / picker |
Tab (autocomplete), arrows |