Prompt Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Keyboard Shortcuts

Global Keys

  • Cmd-I - focus the command-input
  • Cmd-L - focus the selected line
  • Cmd-T - open new tab
  • Cmd-H - open command history view
  • Cmd-B - open bookmarks
  • Cmd-[ - move one tab left
  • Cmd-] - move one tab right
  • Cmd-UpArrow or Cmd-PageUp - move selected command up
  • Cmd-DownArrow or Cmd-PageDown - move selected command down
  • Cmd-[digit] - select nth tab
  • Cmd-Control-[digit] - select nth session
  • Esc - close/toggle extra info panel

When Command Input is Focused

  • Enter - runs the current command, or if input is empty will scroll screen to last command
  • Shift-Enter - add a newline to the current command (newlines do not require escapes)
  • Tab - runs command completion, press again to get a list of suggestions
  • Ctrl-R - open command history view
  • Ctrl-C - clear command input
  • Esc - close/toggle extra info panel
  • Ctrl-W - cuts word to left of cursor (from readline)
  • Ctrl-U - cuts entire line to left of cursor (from readline)
  • Ctrl-Y - paste (from readline)
  • Ctrl-P - previous history item
  • Ctrl-N - next history item
  • Cmd-E - toggle the input box size between 1 and 5 lines
  • UpArrow - last command in history
  • DownArrow - next command in history
  • Shift-UpArrow - move cursor up in input box (also extends selection)
  • Shift-DownArrow - move cursor down in input box (also extends selection)

When Command History is Focused

  • Esc or Cmd-G - close command history
  • UpArrow - last command in history
  • DownArrow - next command in history
  • Cmd-S - change scope of history (window, session, global)
  • Cmd-R - toggle between only this connection or any connection
  • normal characters - text search