Skip to content

Keybindings

TUI Mode

KeyAction
/ Navigate sessions / providers
Page Up / Page DownJump 10 sessions
/Start search / filter
EnterResume selected session (or confirm search / select provider)
pPreview session conversation
dDelete selected session (with confirmation)
aSwitch Agent (go back to agent selector)
EscClear search filter
qQuit

Preview Mode

preview

When you press p on a session, a detail pane opens showing:

  • Session metadata — ID, project, branch, date, message count, working directory
  • Conversation history — The first 20 messages (user and assistant exchanges)

Preview keybindings:

KeyAction
/ Scroll through messages
Page Up / Page DownScroll by 10 lines
EnterResume the session
p / EscClose preview, return to list
qQuit

Search Mode

search

When you press /, the search bar activates:

  • Type to filter sessions by project name, git branch, or message preview
  • Search is case-insensitive substring matching
  • Press Enter to confirm the filter and return to navigation
  • Press Esc to clear the filter

Delete Confirmation

delete

When you press d on a session:

  • A confirmation dialog appears showing the session details
  • Press y to confirm deletion
  • Press n or Esc to cancel

Released under the MIT License.