# Switching from Total Commander to cwdio

> For Total Commander users: which keys carry over unchanged (F5–F8, Alt+F1/F2, Ctrl+U, Ctrl+B, numpad selection), what cwdio does differently, and what it lacks.

- Canonical: https://cwdio.com/docs/switching-from-total-commander/
- Updated: 2026-08-15
- Product: Cwdio File Manager (cwdio) — https://cwdio.com

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 | <kbd>F5</kbd> / <kbd>F6</kbd> | <kbd>F5</kbd> / <kbd>F6</kbd> — through the queue: verified, resumable, undoable |
| New folder | <kbd>F7</kbd> | <kbd>F7</kbd> |
| Delete | <kbd>F8</kbd> / <kbd>Delete</kbd> | <kbd>F8</kbd> / <kbd>Delete</kbd> — to the Recycle Bin; <kbd>Shift+Delete</kbd> permanent |
| Rename / view / edit | <kbd>F2</kbd> / <kbd>F3</kbd> / <kbd>F4</kbd> | Same. <kbd>F4</kbd> opens the built-in editor or your external one |
| Drive lists | <kbd>Alt+F1</kbd> / <kbd>Alt+F2</kbd> | Same |
| Swap panels | <kbd>Ctrl+U</kbd> | Same |
| Branch view (everything under the folder, flat) | <kbd>Ctrl+B</kbd> | Same |
| Parent folder | <kbd>Ctrl+PageUp</kbd> / <kbd>Backspace</kbd> | Same, plus <kbd>Alt+Up</kbd> |
| Select / unselect / invert by pattern | numpad <kbd>+</kbd> / <kbd>−</kbd> / <kbd>*</kbd> | Same |
| Calculate folder sizes | <kbd>Alt+Shift+Enter</kbd> | Same |
| Put the cursor file's name / path on the command line | <kbd>Ctrl+Enter</kbd> / <kbd>Ctrl+Shift+Enter</kbd> | Same |
| Two panels, <kbd>Tab</kbd> 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](/docs/keyboard-shortcuts/); every chord can be rebound
from Help ▸ Keyboard shortcuts.

## What is different

- **The terminal follows the panel, and the panel follows the terminal.** Press <kbd>Ctrl+&#96;</kbd> and a real
  shell opens in the current folder; navigate and its prompt moves; type `cd` and the panel moves. That is
  the reason cwdio exists, and there is no equivalent in the orthodox tradition.
  [Terminal sync.](/features/terminal-sync/)
- **Transfers go through a queue** that verifies copies, resumes after a dropped drive or connection, and
  survives closing the app. <kbd>Ctrl+L</kbd> shows it. [Transfers and the queue.](/features/transfers-and-queue/)
- **Undo.** <kbd>Ctrl+Z</kbd> 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.](/features/undo-and-safety-net/)
- **Tabs are per panel** (<kbd>Ctrl+T</kbd>), 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 <kbd>Ctrl+Alt+0</kbd> snaps everything back to the two-panel default.
- **The command palette** — <kbd>Ctrl+Shift+P</kbd> or <kbd>F1</kbd> — 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:** <kbd>Ctrl+P</kbd> go to file, <kbd>Ctrl+Shift+F</kbd>
  search (by name or content, honouring `.gitignore`), <kbd>Ctrl+J</kbd> jump to a recent folder,
  <kbd>Ctrl+Shift+G</kbd> git changes.
- **Git status in the file list**, with changes, branches and history views. [Git integration.](/features/git-integration/)
- **The Windows clipboard is the file clipboard.** <kbd>Ctrl+C</kbd> 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

1. Open the terminal once (<kbd>Ctrl+&#96;</kbd>) and just watch it follow you around. That is the habit to build.
2. Try <kbd>Ctrl+Shift+P</kbd> before hunting a menu.
3. Trust <kbd>Ctrl+Z</kbd>. A copy or move you regret is one keystroke away from undone.
4. Right-click a folder in Explorer ▸ *Open in Cwdio File Manager* to arrive where you already were.
5. The size map (<kbd>Ctrl+Shift+T</kbd>), duplicate finder and rename studio (<kbd>Shift+F2</kbd>) replace
   three separate utilities.

## Related

- [cwdio vs Total Commander](/compare/total-commander/) — the fair, side-by-side comparison.
- [Keyboard shortcuts](/docs/keyboard-shortcuts/)
- [Getting started](/docs/getting-started/)

## Frequently asked questions

**Do the Total Commander function keys work in cwdio?** Yes: F5 copy to the other panel, F6 move, F7 new folder, F8 and Delete delete (to the Recycle Bin), F2 rename, F3 view, F4 edit, Alt+F1 and Alt+F2 for the drive lists, Ctrl+U to swap panels, Ctrl+B for the flat branch view, Ctrl+PageUp for the parent folder, and the numpad +, − and * selection keys.

**Is there a command line under the panels?** Yes — always visible, in the Midnight Commander model. Type a command and it runs in the active terminal session in the current folder. Ctrl+Enter inserts the cursor file's name and Ctrl+Shift+Enter its full path, exactly as in Total Commander.

**Can I install Total Commander plugins?** No. cwdio has its own plugin platform but not Total Commander's plugin formats and no marketplace yet. What most plugins were for is built in: ZIP/7z/RAR/tar as folders, SFTP and FTP as folders, previews for images, video, audio, PDF, CSV tables, Markdown and code, checksums, bulk rename, folder sync.

**Does cwdio run on 32-bit or older Windows?** No. cwdio needs 64-bit Windows 10 or 11. Total Commander's support for older and 32-bit Windows is one of the real reasons to stay with it on such a machine.
