Skip to content

Keyboard Shortcuts

The insightd web UI has a small set of keyboard shortcuts for fast navigation and common actions. Press ? from anywhere to see a help modal listing whatever shortcuts are currently active for the page you’re on.

Global

Available on every page.

KeyAction
?Toggle the keyboard shortcut help modal
g dGo to Dashboard
g hGo to Hosts
g sGo to Stacks
g eGo to Endpoints
g iGo to Insights
g aGo to Alerts
g uGo to Updates
g ,Go to Settings

The g prefix matches the convention used by vim, GitHub, and Linear. After pressing g, you have one second to follow up with the second key — otherwise the buffer clears and g becomes a no-op.

Container detail

Available on /hosts/:hostId/containers/:containerName. The action shortcuts auto-disable when the container is stopped or the user is not authenticated.

KeyAction
rRestart container (opens the same confirm dialog as the button)
sStop container (opens confirm)
1Switch to Overview tab
2Switch to Logs tab
3Switch to Alerts & history tab
bBack to host detail
[Previous container on the same host (alphabetical)
]Next container on the same host (alphabetical)

Host detail

Available on /hosts/:hostId.

KeyAction
1Switch to Overview tab
2Switch to Resources tab
3Switch to Alerts tab
bBack to hosts list
[Previous host (alphabetical)
]Next host (alphabetical)

Endpoint detail

Available on /endpoints/:endpointId.

KeyAction
bBack to endpoints list
eEdit endpoint (requires authentication)

Dashboard

KeyAction
rRefresh the dashboard data (refetch all queries)

Alerts page

KeyAction
rRefresh the alerts list

The Alerts page also has a per-section Select toggle button (top-right of each section card) that reveals row checkboxes and a bulk action toolbar — silence presets for active alerts, Clear for resolved alerts. See the Alerts page guide for more on bulk operations.