Skip to content

Instantly share code, notes, and snippets.

@neilmacneil123
Forked from samiraguiar/MC Cheat Sheet
Created January 11, 2019 21:27
Show Gist options
  • Save neilmacneil123/b6cc84df74b887636cc2b94f8c4595be to your computer and use it in GitHub Desktop.
Save neilmacneil123/b6cc84df74b887636cc2b94f8c4595be to your computer and use it in GitHub Desktop.

Revisions

  1. samiraguiar revised this gist Jan 14, 2016. 1 changed file with 9 additions and 1 deletion.
    10 changes: 9 additions & 1 deletion MC Cheat Sheet
    Original file line number Diff line number Diff line change
    @@ -2,13 +2,21 @@ Shortcut Description
    ---------------------------------------------------------------

    C-o Drop to the console
    Insert Select/deselect file
    * Invert selection on files
    + Specify file selection options (including custom pattern)
    - The same as above, but for deselecting
    F5/F6 Copy/move selected files

    A-s Incremental search
    A-s Incremental search (A-s again to jump to next occurence)
    A-. Toggle "Show Hidden Files" feature
    A-Enter Put name of the highlighted file on command line
    C-r Refresh current pane

    TAB Jump from one panel to the other
    A-i Make the other panel show the same directory as the current
    C-u Swap panels

    A-c Quick cd dialog
    A-? Search dialog
    A-h Show history
  2. @maciakl maciakl revised this gist Nov 8, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions MC Cheat Sheet
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,7 @@ Shortcut Description
    ---------------------------------------------------------------

    C-o Drop to the console
    * Invert selection on files

    A-s Incremental search
    A-. Toggle "Show Hidden Files" feature
  3. @maciakl maciakl revised this gist Aug 24, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions MC Cheat Sheet
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,7 @@ Shortcut Description
    C-o Drop to the console

    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

  4. @maciakl maciakl revised this gist Aug 17, 2012. 1 changed file with 8 additions and 4 deletions.
    12 changes: 8 additions & 4 deletions MC Cheat Sheet
    Original file line number Diff line number Diff line change
    @@ -1,14 +1,14 @@

    Shortcut Description
    ---------------------------------------------------------------

    C-o Drop to the console

    A-s Incremental search
    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-s Incremental search

    A-h Show history

    C-x c Chmod dialog
    @@ -18,4 +18,8 @@ C-x l Create hard link dialog
    C-x d Compare directories


    F2 @ zip -r a.zip Zip current directory as a.zip
    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
  5. @maciakl maciakl created this gist Aug 7, 2012.
    21 changes: 21 additions & 0 deletions MC Cheat Sheet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@

    Shortcut Description
    ---------------------------------------------------------------

    C-o Drop to the console
    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-s Incremental search

    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 @ zip -r a.zip Zip current directory as a.zip