Skip to content

Instantly share code, notes, and snippets.

@prochor666
Forked from samiraguiar/MC Cheat Sheet
Created February 2, 2024 16:40
Show Gist options
  • Select an option

  • Save prochor666/b6b8e1d06bd1ae88831db3855ac0745b to your computer and use it in GitHub Desktop.

Select an option

Save prochor666/b6b8e1d06bd1ae88831db3855ac0745b to your computer and use it in GitHub Desktop.
Midnight Commander Cheat Sheet / Shortcuts
Shortcut Description
---------------------------------------------------------------
C-o Drop to the console
* Invert selection on files
A-s Incremental search
A-. Toggle "Show Hidden Files" feature
A-Enter Put name of the highlighted file on command line
C-r Refresh current pane
A-c Quick cd dialog
A-? Search dialog
A-h Show history
C-x c Chmod dialog
C-x o Chown dialog
C-x s Create symlink dialog
C-x l Create hard link dialog
C-x d Compare directories
F2 @ unzip Unzip selected file
F2 @ zip -r foo.zip Zip current directory as foo.zip
F2 @ 7za x Extract selected file with 7zip
F2 @ 7za a foo.7z 7zip current directory as foo.7z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment