Keyboard shortcuts
Keyboard shortcuts for Servor — the web terminal, copy and paste, search and moving around the dashboard faster.
Work faster with the keyboard. This page collects the shortcuts that help most in Servor — in the web terminal, for copy/paste, search and moving around the dashboard.
Mac vs Windows/Linux
Where a shortcut uses Ctrl, macOS often uses ⌘ Cmd instead. Servor shows the exact key for your platform next to menu items and in the command search, so when in doubt, check the on-screen hint.
Web terminal
The web terminal is a real shell in your browser, so it understands the standard control keys your shell already responds to.
| Shortcut | Action |
|---|---|
Ctrl + C | Interrupt the running command |
Ctrl + D | Send end-of-input / exit the shell |
Ctrl + L | Clear the screen |
Ctrl + A | Move to the start of the line |
Ctrl + E | Move to the end of the line |
Ctrl + U | Delete to the start of the line |
Ctrl + K | Delete to the end of the line |
Ctrl + W | Delete the previous word |
Ctrl + R | Search your shell history |
↑ / ↓ | Step through previous commands |
Tab | Autocomplete a path or command |
Copy and paste
The terminal supports copy/paste. Select text to copy it, and paste with
Ctrl + V (⌘ + V on macOS). Because Ctrl + C interrupts the running
command, use your platform's paste shortcut rather than expecting Ctrl + C to
copy inside the terminal.
Copy and paste
| Shortcut | Action |
|---|---|
Ctrl / ⌘ + C | Copy the selection (outside the terminal) |
Ctrl / ⌘ + V | Paste |
Ctrl / ⌘ + A | Select all (in a text field) |
Command output and history entries can be copied straight from the command history so you can reuse or share them.
Search and navigation
Use search to jump to a server, monitor, status page or setting without hunting through menus.
| Shortcut | Action |
|---|---|
Ctrl / ⌘ + K | Open search |
↑ / ↓ | Move through results |
Enter | Open the highlighted result |
Esc | Close search or a dialog |
Not sure of a key?
Every action that has a shortcut shows it in the interface — in menus, buttons and the search panel. The on-screen hint is always the source of truth for your browser and OS.
See also
- Web terminal — the live shell in your browser
- Run commands — foreground, background and history
- Glossary — plain-English definitions
- FAQ — common questions answered