Navigation

Keyboard Shortcuts

Every shortcut the terminal listens for. On Windows / Linux, swap Cmd forCtrl.

Global

Work from anywhere in the terminal

Open / close the command palette
Cmd+K
Toggle the left sidebar
Cmd+B
Open the symbol search modal
Cmd+F
Open the keyboard shortcuts guide
?
Close any open modal or popup
Esc

Command palette

Active while the palette is open

Move selection up
Move selection down
Run the highlighted command
Enter
Close the palette
Esc
Toggle the palette closed
Cmd+K

Chart

While the chart tab is focused

Run AI analysis on the active ticker
A
Deploy a buy bot on the active ticker
Cmd+Shift+B
Deploy a sell bot on the active ticker
Cmd+Shift+S
Toggle the market overview
P
Open the quick trade panel
T

Kai chat

While the Kai composer is focused

Send message to Kai when the composer is focused
Enter
Insert a newline inside the Kai composer
Shift+Enter
Unfocus the composer / close a Kai tool popup
Esc

Mobile gestures

Touch-first interactions

Close the sidebar from any tab
Swipe left
Re-scan bots and sync open positions
Pull to refresh
Reveal per-position actions (SL/TP, close)
Long-press row
Open the in-app notifications drawer
Tap bell

Pro tip

Press Cmd + K anywhere in the terminal — the command palette can jump to any tab, open any ticker in your watchlist, toggle the theme, deploy a bot or log you out, all keyboard-only.

Source: components/terminal/CommandPalette.tsx · components/terminal/ShortcutsGuideModal.tsx · app/terminal/page.tsx (keydown handlers)