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.
Navigate: ctrl+b
Section titled “Navigate: ctrl+b”ctrl+b opens navigate mode. The tab numbers light up, and a badge appears on everything you can jump to. Then:
| Key | Goes to |
|---|---|
1 2 3 | Issues, logs, endpoints |
h / l | The previous or next tab. enter opens it |
w | The app picker. j / k and enter switch apps |
0 | Home |
a | Apps |
s | Settings |
esc | Back to where you were |
On the screen
Section titled “On the screen”| Key | Where | What it does |
|---|---|---|
j / k | Issues | Move down, up |
enter | Issues | Open the issue |
m | Issues, issue | Mute or unmute |
e / E | Issues | Mark seen, mark all seen |
/ | Logs | Search |
esc | Issue, log | Back |
Command line: :
Section titled “Command line: :”: opens a command line in the status bar, like vim. Needs v0.20.0.
| Command | What it does |
|---|---|
:app checkout-prod | Switch app, on the same tab |
:search 503 | Search the logs |
:since 2h | Logs since 15m, 2h, 7d, or all |
:mute | Mute the issue on screen, or the one selected in the list |
:issues :logs :endpoints | Switch tab |
:apps :settings :help | Go there |
:q | Home |
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.