Commander guide
Commander Keyboard Shortcuts
Use Commander from the keyboard for the fastest workflow. The function-key bar keeps the most common actions visible, while pane, tab, search and command-line shortcuts cover daily file work.
These are the shipped defaults. Settings → Shortcuts rebinds any keyboard command: it lists every one with its current keys, warns when a combination is already taken or is owned by the menu bar, and applies changes immediately — this reference, the button-bar captions, the tooltips and the native menus all follow your bindings. Only the commands you change are stored, so new defaults in later releases still reach you. Cursor movement, selection, quicksearch typing and the Escape and Backspace keys are not rebindable: they are how the panes navigate rather than commands.
| Shortcut | Action |
|---|---|
| Tab | Switch active pane |
| Enter | Open folder or file |
| Backspace | Go up one level |
| Alt+Left / Alt+Right | Back or forward |
| Alt+Down | Folder history |
| Type letters | Quicksearch by name |
| Ctrl+Down | Next quicksearch match |
| Ctrl+S | Filter the list |
| Esc | Clear search, filter or preview |
| Ctrl+N | New window |
| Ctrl+T | New tab |
| Ctrl+Shift+T | New background tab |
| Ctrl+W | Close tab |
| Ctrl+Shift+W | Close all tabs |
| Ctrl+Tab / Ctrl+Shift+Tab | Next or previous tab |
| Ctrl+Shift+A | List all open tabs |
| Ctrl+Left / Ctrl+Right | Open the folder under the cursor in the target pane |
| Ctrl+Up | Open the folder under the cursor in a new tab |
| Ctrl+D | Bookmark folder or open hotlist |
| Ctrl+B | Directory branch view |
| Ctrl+Shift+B | Directory branch view of the selected folders |
| Ctrl+Q | Toggle Quick View |
| Ctrl+Shift+Q | Quick View in a window |
| Ctrl+F8 | Folder tree |
| Ctrl+H | Toggle hidden files |
| Ctrl+A | Select all |
| Ctrl+P | Quick file search |
| Ctrl+U | Swap the active and target pane directories |
| Ctrl+Shift+U | Swap the active and target tab sets |
| Ctrl+I | Show the target pane’s folder here |
| Ctrl+\ | Go to the volume root |
| Alt+F8 | Command-line history |
| Alt+Shift+Enter | Calculate all folder sizes |
| Space | Select or deselect |
| Insert | Select and move down |
| F1 | Help |
| Shift+F6 | Rename |
| F3 | View in Viewer window |
| F4 | Edit in built-in editor |
| F5 | Copy to target pane |
| F6 | Move to target pane |
| F7 | New folder |
| F8 / Delete | Move to Trash |
| Shift+F8 | Delete permanently |
| F9 | New file |
| Alt+F4 | Quit (⌘Q on macOS) |
| Alt+Backspace | Undo file operation |
| Alt+Enter | Properties |
| Shift+F2 | Synchronize directories |
| Alt+F5 | Pack into archive |
| Alt+F9 | Unpack archive |
| Alt+F7 | Find files |
| Ctrl+M | Multi-rename |
| Ctrl+C / Ctrl+X | Copy or cut files |
| Ctrl+V | Paste files |
| Ctrl+Shift+P | Command palette |
| Ctrl+L | Focus command line |
| Ctrl+` | Toggle the integrated terminal |
| Ctrl+Shift+M | Activity Monitor |
| Ctrl+F | Connect to Server |
| Ctrl+Shift+F | Disconnect the active remote pane |
| Ctrl+Shift+R | Connect to a saved remote desktop |
| Cmd+Delete | Move to Trash on macOS |
| Cmd+Shift+Delete | Delete permanently on macOS |
On macOS, use Command (⌘) in place of Ctrl for menu commands. A few actions map differently on macOS: Filter is ⌘F, hidden files toggle with ⌘⇧. (period), and Properties is ⌘I. Where macOS reserves ⌘ for itself, Commander keeps Control — Quick View is ⌃Q and Multi-rename is ⌃M.
Undo File Operation also answers to Ctrl+Z (⌘Z) whenever the platform’s text-editing Undo has not claimed the key first, which is why the menu advertises Alt+Backspace. On macOS, ⌃Z edits the file comment; elsewhere the file comment editor lives on the Files menu.
Terminal panel
These apply only while the integrated terminal has focus, so they never compete with the pane shortcuts. Off macOS they take the Shift spelling every Linux terminal ships, because Ctrl+C belongs to the program that is running.
| Shortcut | Action |
|---|---|
| Ctrl+Shift+T | New shell tab, in the active pane’s folder |
| Ctrl+Shift+W | Close the tab (the last one closes the panel) |
| Ctrl+Tab / Ctrl+Shift+Tab | Next or previous shell tab |
| Ctrl+Shift+C | Copy the terminal selection |
| Ctrl+Shift+V | Paste into the shell |
On macOS these are ⌘T, ⌘W, ⌘C and ⌘V, since no shell binds the Command key.
Built-in editor
The editor opened with F4 has its own shortcuts, shown on the native Editor menus.
| Shortcut | Action |
|---|---|
| Ctrl+S | Save |
| Ctrl+R | Reload from disk |
| Ctrl+F | Find |
| Ctrl+H | Replace |
| Ctrl+G | Go to line |
| Ctrl+W | Close editor window |