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.
| Key | Action |
|---|---|
Tab / Shift+Tab | Cycle through tabs |
1 | Jump to Tasks view |
2 | Jump to Instances view |
3 | Jump to Roadmap view |
4 | Jump to Worktree view |
q / Ctrl+C | Quit Chloe |
View-Specific Keybinds
Tasks
Navigation
| Key | Action |
|---|---|
h or Left | Move to previous column |
l or Right | Move to next column |
j or Down | Move to next task |
k or Up | Move to previous task |
g | Jump to first task in column |
G | Jump to last task in column |
/ | Toggle between Kanban and Focus view |
Task Actions
| Key | Action |
|---|---|
a | Add new task |
e | Edit selected task |
d | Delete selected task |
Enter | Move task forward (To Do → In Progress → Done) |
Backspace | Move task backward (Done → In Progress → To Do) |
t | Jump to task’s linked instance |
Review Mode
| Key | Action |
|---|---|
Enter | Open review dialog |
Esc | Close 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