Docs

Keys and mouse

NOBLE uses a tmux-style prefix (default ctrl+a; press it twice to send a literal ctrl+a to the shell) plus a few direct shortcuts. Everything can be rebound, and ? shows the live reference inside the app.

Direct shortcuts

KeysAction
alt+1…9go to tab
alt+0Home
alt+tnew tab
alt+pcommand palette
alt+msystem monitor
alt+ssettings
alt+zzoom pane
alt+onext pane
alt+. alt+,next / previous tab
shift+pgup shift+pgdnscrollback

After the prefix

KeysAction
t cnew tab
v |split right
s -split down
x Xclose pane / close tab
zzoom pane
Ssettings
← → ↑ ↓ omove focus
shift+arrows H J K Lmove divider
n p 1…9 0next / previous tab, tab by number, Home
/ fsearch scrollback
,rename tab
wsave workspace
:command palette
?help
rreload config
qquit

Per screen

Home

↑ ↓ select a project · ⏎ open a terminal · c Claude · x Codex · other AI CLIs by their shortcut (Settings → Quick launch) · / search · t terminal at home · o open folder · w save workspace · a add a project folder · r rescan · R refresh AI · m system · s settings · q quit.

Settings

↑↓←→ move · ⏎ or space change · ←→ also cycle values · esc back.

System

↑ ↓ select · c m p n sort by CPU, memory, pid or name (again to flip) · / filter · K or del terminate (asks first) · esc back.

Scrollback search

Type to find (case-insensitive) · ⏎ or ↑ older match · ↓ or shift+⏎ newer · esc close.

Mouse

Keyboard layouts: AltGr symbols (@ { } [ ] \ | ~ € on Turkish, German, Polish… layouts) are passed through as characters, not as ctrl+alt chords.

Rebinding

Bind any key after the prefix, or any global chord, to an action in config.toml; use "none" to unbind. The full list of actions is on the configuration page.