Skip to content

Keyboard Shortcuts

A comprehensive reference of all keyboard shortcuts available in OxideTerm.

ActionmacOSWindows / Linux
New Local Terminal⌘ TCtrl+T
Shell Selector⌘ ⇧TCtrl+Shift+T
New SSH Connection⌘ NCtrl+N
Close Current Tab⌘ WCtrl+W
Next Tab⌘ }Ctrl+Tab
Previous Tab⌘ {Ctrl+Shift+Tab
Jump to Tab 1–9⌘ 1⌘ 9Ctrl+1Ctrl+9
Command Palette⌘ KCtrl+K
Toggle Sidebar⌘ \Ctrl+\
Open Settings⌘ ,Ctrl+,
Zen Mode⌘ ⇧ZCtrl+Shift+Z
Keyboard Shortcuts Help⌘ /Ctrl+/

These actions are accessible from the command palette:

ActionmacOSWindows / Linux
Toggle Bottom Panel⌘ JCtrl+J
Broadcast Input⌘ BCtrl+B
AI Sidebar⌘ ⇧ACtrl+Shift+A

These shortcuts work when a terminal pane is focused:

ActionmacOSWindows / Linux
Search⌘ FCtrl+Shift+F (Win) / Ctrl+F (Lin)
Inline AI Panel⌘ ICtrl+Shift+I
Close PanelEscEsc
Copy⌘ CCtrl+Shift+C (or auto-copy on select)
Paste⌘ VCtrl+Shift+V (or right-click)
ActionmacOSWindows / Linux
Split Horizontally⌘ ⇧ECtrl+Shift+E
Split Vertically⌘ ⇧DCtrl+Shift+D
Close Current Pane⌘ ⇧WCtrl+Shift+W
Move Focus Between Panes⌘ ⌥ ArrowCtrl+Alt+Arrow
ActionShortcut
Upload / Download /
Select All⌘ A / Ctrl+A
RenameF2
DeleteDelete
  • The Command Palette (⌘K / Ctrl+K) provides fuzzy search across all available actions — use it when you forget a shortcut.
  • Shortcut bindings are consistent with the app’s Settings → Help section and the getShortcutCategories definition in the source.
  • Some terminal-focused shortcuts differ between platforms because OxideTerm avoids intercepting common shell keybindings (like Ctrl+C for SIGINT).