Skip to Content
DocumentationKeybinds

Keybinds

Chloe is designed for keyboard-driven navigation. All actions are accessible without a mouse.

Chloe uses vim-style navigation (h/j/k/l) throughout. Arrow keys also work everywhere.

Global Keybinds

These work from any view.

KeyAction
Tab / Shift+TabCycle through tabs
1Jump to Tasks view
2Jump to Instances view
3Jump to Roadmap view
4Jump to Worktree view
q / Ctrl+CQuit Chloe

View-Specific Keybinds

KeyAction
h or LeftMove to previous column
l or RightMove to next column
j or DownMove to next task
k or UpMove to previous task
gJump to first task in column
GJump to last task in column
/Toggle between Kanban and Focus view

Task Actions

KeyAction
aAdd new task
eEdit selected task
dDelete selected task
EnterMove task forward (To Do → In Progress → Done)
BackspaceMove task backward (Done → In Progress → To Do)
tJump to task’s linked instance

Review Mode

KeyAction
EnterOpen review dialog
EscClose review dialog

Quick Reference Card

┌─────────────────────────────────────────────────────┐ │ GLOBAL: Tab/1234=switch views q=quit │ ├─────────────────────────────────────────────────────┤ │ TASKS: hjkl=nav a=add e=edit d=del Enter=fwd │ │ Backspace=back /=toggle view t=instance │ ├─────────────────────────────────────────────────────┤ │ INSTANCES: c=new x=close hjkl=nav Enter=focus │ │ Esc=exit focus │ ├─────────────────────────────────────────────────────┤ │ ROADMAP: jk=nav a=add e=edit d=del t=to-task │ │ p=priority g=generate │ ├─────────────────────────────────────────────────────┤ │ WORKTREE: jk=nav o=open d=delete │ └─────────────────────────────────────────────────────┘
Last updated on