Skip to content

Keybindings

Switch to Zen Mode

Mutsumi ships with three keybinding presets. Mouse behavior is identical across all presets.

KeyAction
j / kMove down / up
GJump to bottom
ggJump to top (multi-key)
h / lCollapse / expand group
J / KMove task down / up
ddDelete task (multi-key)
qQuit
KeyAction
SpaceToggle done/pending
EnterShow detail panel
EscapeClose detail / cancel
Tab / Shift+TabNext / previous tab
1 2 3 4Switch to Today / Week / Month / Inbox
nNew task
eEdit task
iInline edit title
/Search
sSort
+ / -Priority up / down
y / pCopy / paste task
A (Shift+A)Add subtask
zToggle fold
?Show help screen

Mutsumi supports multi-key sequences via KeyManager:

  • dd — Delete selected task (with confirmation)
  • gg — Jump to top of list (vim preset)

Type the keys in sequence — no timeout. Press Escape to cancel a partial sequence.

In ~/.config/mutsumi/config.toml:

keybindings = "vim" # or "emacs" or "arrows"

Or during initial setup:

Terminal window
mutsumi init