skip to content

// Using kern

keyboard shortcuts

every keyboard shortcut in the app and the cli dashboard.

keyboard shortcuts

mod is ctrl on windows/linux and cmd on macos.

global

keysaction
mod kcommand palette — jump to an instance, run start/stop/restart, open settings
escclose the palette / dialog / search

server detail

keysaction
entersend the console input line
/ cycle the local command history in the console input
escclose the find/replace overlay or a dialog

file editor

keysaction
mod ftoggle the editor search panel (when the editor isn't focused)
mod ssave the active file
alt shift fformat the active file (monaco's formatter, where available)
escclose the search panel

dialogs

esc cancels. enter confirms the focused button. destructive dialogs (stop, delete, restore) require an explicit click or the confirm key — nothing triggers on a stray keypress.

cli dashboard

bare kern-cli opens a full-screen dashboard with its own keys:

keysaction
q / ctrl+cquit
/ j kselect a server
s x r istart / stop / restart / install
bback up the selected server
PgUp PgDnscroll the log pane
Home / Endlog top / follow
/filter the fleet
:command bar (start all, restart minecraft, backup <name>, …)
?help
keysaction
mod kfocus the docs search on this site
move through results
enteropen the highlighted result
escclear the query

// note

shortcuts are contextual on purpose — mod+k works everywhere, but console keys only fire while the console input is focused, and editor keys only inside the editor.

raw markdown ↗
updated 2026-09-12edit on github ↗