You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy: selected command block when one is active, otherwise the visible grid
Ctrl+Shift+V
Paste clipboard content into focused pane
Command Blocks (OSC 133)
Available when the shell emits OSC 133 prompt markers — see
shell-integration.md for the bash / zsh / fish
snippets. Disable the whole feature with [blocks] enabled = false in
config.toml.
Key
Action
Ctrl+Shift+ArrowUp
Jump to previous prompt and select the matching block
Ctrl+Shift+ArrowDown
Jump to next prompt and select the matching block
Ctrl+Shift+C
Copy the selected block's full text (command + output) to the clipboard. Falls back to grid copy when no block is selected
Ctrl+Shift+R
Replay the selected block's command line through the focused pane (sanitised: rejects ESC / BEL / CSI / embedded newlines)
Ctrl+Shift+L
Open the block-name input modal for the selected block
Ctrl+Shift+X
Remove the user-assigned name from the selected block
Ctrl+Shift+/
Collapse or expand the selected block (running blocks are refused)
Command palette @ prefix
Open the palette with Ctrl+Shift+P and type @ to switch into named-block
search. The remainder of the query is fuzzy-matched against the names
assigned via Ctrl+Shift+L. Pressing Enter selects the block and scrolls
the focused pane so its prompt row sits at the top of the view; the
normal Ctrl+Shift+R / Ctrl+Shift+C shortcuts then apply.
Right-click context menu
Right-clicking inside a known block prepends 5 block actions (Copy,
Replay, Toggle collapse, Set name, Remove name) to the existing context
menu. Outside any block the menu behaves as before.
Settings panel (Blocks category)
Open the settings panel with Ctrl+, and choose the Blocks category.
Rows are clickable: the first toggles enabled, the second cycles
border_width_px through 1..=8, the third toggles
show_exit_code_badge. Changes are written back to config.toml
immediately and hot-reloaded.
Block name modal
Key
Action
Enter
Save the name and close (empty input removes the name)
Escape
Cancel and close without touching the persisted store
Backspace
Erase one character
printable characters
Append (up to 64 characters; ASCII controls are dropped)