Skip to main content

Keybindings reference

Every key recognized by the TUI, grouped by context. For a high-level overview, see Customization → Keybindings.

Global

Active everywhere.

KeyAction
?Toggle the help overlay
qQuit
Ctrl+CQuit
TabNext screen (Dashboard ↔ Analytics)
Shift+TabPrevious screen
EscClose overlays / clear filter

Active in any list-like view.

KeyAction
/ kMove up
/ jMove down
/ hMove left
/ lMove right
EnterActivate / drill in
EscBack / cancel
BackspaceBack (alias)

Dashboard

KeyAction
,Open settings modal
Shift+SOpen settings modal (alias)
/Enter filter mode
vNext dashboard view
VPrevious dashboard view
rRefresh now
tCycle theme forward
cToggle hide-costs for focused account (auto / hide / show)
wCycle time window (1d3d7d30dall)
Ctrl+OExpand model breakdown for the focused tile

Dashboard views cycled with v / V:

OrderView
1Grid (default)
2Stacked
3Tabs
4Split
5Compare

A viewport too narrow for the chosen view auto-falls-back to Stacked.

Scroll

Active in any scrollable pane (tile body, detail pane, analytics).

KeyAction
PgUpPage up
PgDnPage down
Ctrl+UHalf page up
Ctrl+DHalf page down
Home / gJump to top
End / GJump to bottom

Detail pane

Active when a tile's detail pane is focused.

KeyAction
TabNext section
Shift+TabPrevious section
[Previous tab within section
]Next tab within section
hPrevious section (vim)
lNext section (vim)

Analytics

KeyAction
sCycle sort
/Filter

Filter mode

Active after / in dashboard or analytics.

KeyAction
TypeUpdate filter pattern
EnterApply and exit filter mode
EscClear filter and exit
BackspaceEdit pattern

Settings modal — global

Active in any settings tab.

KeyAction
17Jump to tab
Tab / ] / Next tab
Shift+Tab / [ / Previous tab
EscClose modal

Tabs:

#Tab
1Providers
2Widget Sections
3Theme
4View
5API Keys
6Telemetry
7Integrations

Settings → Providers

KeyAction
Space / EnterToggle provider on/off
Shift+J / Shift+KReorder providers
Ctrl+↑ / Ctrl+↓Reorder (alias)
Alt+↑ / Alt+↓Reorder (alias)

Settings → Widget Sections

KeyAction
<Previous sub-tab (Dashboard Tiles ↔ Detail Widgets)
>Next sub-tab
Space / EnterToggle section on/off
Shift+J / Shift+KReorder sections
h / HToggle "hide empty" for the current section

Settings → Theme

KeyAction
/ Highlight a theme
Space / EnterApply highlighted theme

Settings → View

KeyAction
/ Highlight a view
Space / EnterApply highlighted view

Settings → API Keys

KeyAction
EnterEdit highlighted key
dDelete highlighted key
BackspaceDelete highlighted key (alias)

API key edit mode

KeyAction
TypeAppend to key
BackspaceDelete last character
EnterSave and exit edit mode
EscDiscard and exit edit mode

Settings → Telemetry

KeyAction
wCycle time window
mOpen the provider link picker for the current source
xClear the link override on the current source
EnterActivate the highlighted entry
KeyAction
/ Highlight a destination provider
EnterApply link
EscCancel

Settings → Integrations

KeyAction
Space / EnterInstall / reinstall the highlighted integration
rRefresh the integrations list

Mouse

ActionEffect
Wheel up / downScroll. Step size scales with terminal height (minimum 3 lines per tick).

Click-to-focus, drag-to-select, and other mouse interactions are intentionally not bound — the TUI is keyboard-first.

See also