If you know Total Commander, you already know most of cwdio’s keys: the F-key row, the drive lists, the selection keys and the command line are the same. What is new is the terminal that follows the panel, a transfer queue that verifies and resumes, undo, git in the file list, and a modern dockable interface — free during the beta, with no telemetry.
What carries over unchanged
| Habit | Total Commander | cwdio |
|---|---|---|
| Copy / move to the other panel | F5 / F6 | F5 / F6 — through the queue: verified, resumable, undoable |
| New folder | F7 | F7 |
| Delete | F8 / Delete | F8 / Delete — to the Recycle Bin; Shift+Delete permanent |
| Rename / view / edit | F2 / F3 / F4 | Same. F4 opens the built-in editor or your external one |
| Drive lists | Alt+F1 / Alt+F2 | Same |
| Swap panels | Ctrl+U | Same |
| Branch view (everything under the folder, flat) | Ctrl+B | Same |
| Parent folder | Ctrl+PageUp / Backspace | Same, plus Alt+Up |
| Select / unselect / invert by pattern | numpad + / − / * | Same |
| Calculate folder sizes | Alt+Shift+Enter | Same |
| Put the cursor file’s name / path on the command line | Ctrl+Enter / Ctrl+Shift+Enter | Same |
| Two panels, Tab between them | Yes | Yes — and the cursor never parks on .., so there is always a current item |
The full default keymap is on the shortcuts page; every chord can be rebound from Help ▸ Keyboard shortcuts.
What is different
- The terminal follows the panel, and the panel follows the terminal. Press Ctrl+` and a real
shell opens in the current folder; navigate and its prompt moves; type
cdand the panel moves. That is the reason cwdio exists, and there is no equivalent in the orthodox tradition. Terminal sync. - Transfers go through a queue that verifies copies, resumes after a dropped drive or connection, and survives closing the app. Ctrl+L shows it. Transfers and the queue.
- Undo. Ctrl+Z reverses a whole batch — a copy, a move, a rename of hundreds of files, an overwrite (the replaced file was stashed). Undo and the safety net.
- Tabs are per panel (Ctrl+T), and the whole window is a dockable workspace: terminals, the folder tree, the git views and the AI panel are panels you can drag beside or below the file lists, and Ctrl+Alt+0 snaps everything back to the two-panel default.
- The command palette — Ctrl+Shift+P or F1 — lists every command with its shortcut and fuzzy-matches as you type. It replaces menu-hunting for anything you have not memorised.
- Developer chords sit beside the orthodox ones: Ctrl+P go to file, Ctrl+Shift+F
search (by name or content, honouring
.gitignore), Ctrl+J jump to a recent folder, Ctrl+Shift+G git changes. - Git status in the file list, with changes, branches and history views. Git integration.
- The Windows clipboard is the file clipboard. Ctrl+C here pastes in Explorer, and Explorer’s copy or cut pastes here as a copy or a move.
- Modern UI, dark and light, with accent presets — and an interface in English or Ukrainian.
What cwdio does not have
- Total Commander’s plugin ecosystem. Thirty years of packer, file-system and lister plugins do not transfer. cwdio has a plugin platform of its own but no marketplace yet. Most of what people install plugins for is built in — archives as folders, SFTP/FTP as folders, previews, checksums, sync — but if you depend on a specific plugin, check first.
- 32-bit and older Windows. cwdio is 64-bit Windows 10/11 only.
- Some orthodox depth. Total Commander’s configurability runs deep; cwdio has fewer knobs by design and will not have every one of them.
First-week tips
- Open the terminal once (Ctrl+`) and just watch it follow you around. That is the habit to build.
- Try Ctrl+Shift+P before hunting a menu.
- Trust Ctrl+Z. A copy or move you regret is one keystroke away from undone.
- Right-click a folder in Explorer ▸ Open in Cwdio File Manager to arrive where you already were.
- The size map (Ctrl+Shift+T), duplicate finder and rename studio (Shift+F2) replace three separate utilities.
Related
- cwdio vs Total Commander — the fair, side-by-side comparison.
- Keyboard shortcuts
- Getting started