Consolidated reference for all terminal behaviors, keyboard shortcuts, and configurable features.
Shortcut Action Notes
Cmd+T New terminal tab
Cmd+W Close tab/pane Closes active split pane, or tab if no split
Cmd+Shift+T Reopen closed tab Restores last 10 closed tabs
Cmd+1–9 Switch to tab N First 9 tabs only
Ctrl+Tab Next tab NSEvent monitor on macOS
Ctrl+Shift+Tab Previous tab NSEvent monitor on macOS
Shortcut Action Notes
Cmd+L Clear terminal Sends Ctrl+L to shell (clear screen)
Cmd+K Clear scrollback Clears entire scrollback buffer (iTerm2 convention)
Cmd+C Copy selection
Cmd+V Paste
Cmd+F Find in terminal Search overlay with match highlighting
Cmd+G Find next match
Shift+Cmd+G Find previous match
Shortcut Action
Cmd+Home Scroll to top of scrollback
Cmd+End Scroll to bottom
Shift+PageUp Scroll one page up
Shift+PageDown Scroll one page down
Wheel / two-finger Scroll the scrollback (smooth)
Shift+Wheel Force scrollback scroll, never sent to the app
Wheel vs. mouse-reporting apps. When an app enables mouse tracking, the wheel
is forwarded to it as SGR mouse codes only in the alternate screen (vim,
lazygit, htop — they own the viewport and have no scrollback). In the main
screen the wheel always scrolls TUIC’s scrollback, even if the app enabled mouse
mode — that history belongs to the terminal, not the app, so only the terminal
can scroll it. This is why an inline app that turns on mouse reporting without
switching to the alt screen (e.g. grok --no-alt-screen) still scrolls normally.
Hold Shift to force scrollback scrolling regardless of mouse mode (consistent
with Shift bypassing mouse reporting for clicks/selection).
Shortcut Action Notes
Cmd+\ Split vertically Side-by-side, max 4 panes
Cmd+Alt+\ Split horizontally Stacked
Cmd+Shift+Enter Maximize/restore pane Toggle zoom on active pane
Alt+Arrow Left/Right Navigate vertical panes
Alt+Arrow Up/Down Navigate horizontal panes
Shortcut Action
Cmd+[ Toggle sidebar
Cmd+, Settings
Cmd+E File browser
Cmd+Shift+M Markdown panel
Cmd+Alt+N Notes/ideas panel
Cmd+O Open file picker
Cmd+N New file (picker for name + location)
Cmd+J Task queue
Cmd+B Quick branch switch
Cmd+G Branches tab
Cmd+Shift+D Git operations panel
Cmd+Shift+E Error log
Cmd+Shift+A Activity dashboard
Cmd+Shift+W Worktree manager
Cmd+Shift+M MCP servers popup
Cmd+Shift+G Diff scroll view
Cmd+? Help panel
Shortcut Action
Cmd+P Command palette
Cmd+Shift+K Prompt library
Cmd+R Run saved command
Cmd+Shift+R Edit saved command
Cmd+Shift+F Search file contents
Cmd+Ctrl+1–9 Quick branch switch (hold Cmd+Ctrl, press number)
Shortcut Action
Cmd+= / Cmd++ Zoom in
Cmd+- Zoom out
Cmd+0 Reset zoom
Auto-copies selected text to clipboard when text is selected in terminal. Configurable in settings (copy_on_select, default: on).
Cmd+Click on URLs in terminal output opens them in the system browser. URL detection handled by the native terminal link parser.
Clickable file paths in terminal output (absolute and relative paths with known extensions). Opens in IDE or markdown viewer.
Middle-click closes tab
Right-click context menu: Close, Close Other, Close Right, Rename, Detach to Window, Move to Worktree, Pin/Unpin, Copy Path
Drag-and-drop to reorder tabs
Double-click tab title to rename
Unseen activity badge when tab has new output
Max 4 panes per branch
Drag divider to resize
Flexible ratios preserved across layout changes
Modes: “separate” (independent tab bars) or “unified” (shared tab bar)
Setting Default Description
copy_on_selecttrueAuto-copy terminal selection to clipboard
confirm_before_quittrueShow dialog when quitting with active terminals
confirm_before_closing_tabtrueShow dialog when closing tab with running process
split_tab_mode"separate"Tab bar mode for split panes
tab_ordering_mode"grouped-by-type"Tab ordering: “grouped-by-type”, “terminals-first”, “free”
intent_tab_titletrueShow agent intent as tab title
suggest_followupstrueShow suggested follow-up actions from agents
bell_style"visual"Terminal bell: “none”, “visual”, “sound”, “both”
prevent_sleep_when_busyfalsePrevent system sleep while terminal is busy