Cycle agent modes - Toggle between normal, smart, and extended modes
2
Ctrl+X
Open external editor - Compose long prompts in your preferred editor
3
Ctrl+T
Show/hide todo list - Display or hide the current task list
4
Ctrl+C
Cancel/Exit - Cancel current operation or exit the application
Shell Mode
1
!
Enter shell mode - Type ! to enter bash command mode
2
Ctrl+R
Reverse search - Search through command history (in shell mode)
3
↑/↓ arrows
Navigate history - Browse through previous commands
4
Tab
Autocomplete - Complete commands and file paths
Display Controls
1
Ctrl+S
Expand/collapse output - Show more lines or collapse content
2
Ctrl+B
Show/hide shell output - Toggle visibility of terminal output
3
Ctrl+W
Close tab - Close current worktree tab (when tabs are visible)
Text Editing
Copy
Ctrl+A Move to beginning of lineCtrl+E Move to end of lineCtrl+B / ← Move left one characterCtrl+F / → Move right one characterAlt+B Move back one wordAlt+F Move forward one word↑ Move up one line↓ Move down one lineHome Move to beginning of lineEnd Move to end of line
Navigation & UI
Copy
↑/↓ Navigate options in dialogsEnter Select current optionEscape Cancel/close dialogCtrl+C Cancel/close dialog
/workspace add <path> # Add a directory to workspace/workspace remove <path> # Remove a directory from workspace/workspace list # List all workspace directories/workspace clear # Clear all workspace directories
/add-dir - Quick workspace addition
Copy
/add-dir <path> # Shortcut to add a directory
/private - Privacy mode control
Copy
/private on # Enable privacy mode/private off # Disable privacy mode/private status # Check privacy mode status