Skip to content
Buy · $99

Keyboard

ctrl+b to navigate, : for commands, and the keys on each screen

Every screen works from the keyboard. The status bar at the bottom shows the keys that work right now, and ? lists them all. The status bar is hidden on phones.

ctrl+b opens navigate mode. The tab numbers light up, and a badge appears on everything you can jump to. Then:

KeyGoes to
1 2 3Issues, logs, endpoints
h / lThe previous or next tab. enter opens it
wThe app picker. j / k and enter switch apps
0Home
aApps
sSettings
escBack to where you were
KeyWhereWhat it does
j / kIssuesMove down, up
enterIssuesOpen the issue
mIssues, issueMute or unmute
e / EIssuesMark seen, mark all seen
/LogsSearch
escIssue, logBack

: opens a command line in the status bar, like vim. Needs v0.20.0.

CommandWhat it does
:app checkout-prodSwitch app, on the same tab
:search 503Search the logs
:since 2hLogs since 15m, 2h, 7d, or all
:muteMute the issue on screen, or the one selected in the list
:issues :logs :endpointsSwitch tab
:apps :settings :helpGo there
:qHome

On the logs page, :search and :since keep the filters you have, so :since 2h after :search 503 narrows the search.

Tab completes the command, the app name, or the window, and cycles when several match. ↑ and ↓ recall earlier commands. esc leaves. A command LogNorth does not know answers like vim: E492: Not an editor command.