Dockerman Docs
Reference

Keyboard Shortcuts

Keyboard shortcuts Dockerman registers.

Dockerman registers only the shortcuts listed below. The Command Palette shortcut is the only one you can change in Settings → Shortcut settings.

Global

ShortcutAction
Cmd/Ctrl + ;Open or close the Command Palette. This shortcut is customizable.
Cmd/Ctrl + BToggle the sidebar

Command Palette

ShortcutAction
Up / DownMove through the available commands
EnterRun the selected command
EscReturn to the previous page, or close the palette from its first page
BackspaceReturn to the previous page when the search field is empty

Container, image, network, volume, file, and supported Kubernetes lists provide these search shortcuts:

ShortcutAction
Cmd/Ctrl + FFocus and select the page's search field
/Focus and select the search field when focus is not already in an editable control
EscClear the current search while keeping the search field focused

Focused rows and cards that expose keyboard navigation can be opened with Enter or Space. This applies to those interactive items, not every list in the app.

File browser

ShortcutAction
Cmd/Ctrl + ClickAdd or remove an item from the selection
Shift + ClickAdd the range from the last selected item
SpaceSelect the focused item
EnterOpen the focused directory or preview the focused file
Delete / BackspaceOpen the delete confirmation for the selected items

Log viewer

ShortcutAction
Cmd/Ctrl + F or /Focus and select the log query
EnterGo to the next match while the query field is focused
Shift + EnterGo to the previous match while the query field is focused
Cmd/Ctrl + GGo to the next match
Cmd/Ctrl + Shift + GGo to the previous match
Alt + CToggle case-sensitive matching
Alt + RToggle regular-expression matching
PToggle log following
gJump to the newest log line
Shift + GJump to the oldest log line
EscClear the query

Docker events

ShortcutAction
Cmd/Ctrl + F or /Focus the event search
PPause or resume the event stream
gJump to the newest event
Shift + GJump to the oldest event
EscClear the event search

Container terminal

Terminal input is sent directly to the container's pseudo-terminal, so shell control sequences continue to work:

ShortcutAction
Ctrl + CSend an interrupt control sequence to the active process
Ctrl + DSend an end-of-file control sequence

Dockerman does not register separate copy, paste, or clear-terminal shortcuts.

Customize the Command Palette shortcut

Open Settings → Shortcut settings, select the current Command Palette shortcut, and press a new key combination. Reset restores Cmd/Ctrl + ;.