Skip to content

Commit

Permalink
midnight commander
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi committed Apr 23, 2018
1 parent bb385c1 commit e1c17df
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions mc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
| Shortcut | Description |
| -----------|---------------------------------------------------------------|
| Ctrl-x i | show panel Information
| Ctrl-x q | show panel Quick view
| Ctrl-x ! | show custom command result
| Ctrl-Space | calculate folder size
| Ctrl-x t | copy selected files into console
|
| Alt-. | Toggle "Show Hidden Files" feature
| Alt-h | Show command history
| Alt-p | Previous command in the history
| Alt-n | Next command into history
|
| Ctrl-x d | compare Directories
| Alt-H | Show full history of directories
| Alt-y | to previous directory in the historY
| Alt-u | to the next directory in the history
| Ctrl-\ | directory HotList
| Ctrl-x h | add to Hotlist current directory
| Alt-! | ???
|
| Alt-s | Incremental search (Alt-s again to jump to next occurence)
| Ctrl-s | Incremental search (Alt-s again to jump to next occurence)
| Alt-? | file search
|
| Alt-i | make the other panel show the same directory as the current
| Alt-o | make the other panel show the subfolder of selected in the current
|
| Alt-c | Quick cd dialog
| Alt-? | Search dialog
| Alt-t | Toggle mode of the showing files
|
| Alt-g | move cursor to first line on the screen
| Alt-r | move cursor to middle line on the screen
| Alt-j | move cursor to bottom line on the screen
|
| Alt-e | change panel character codEpage
|
| Ctrl-r | Refresh directory information
| Ctrl-l | refresh screen
|
| Ctrl-x c | Chmod dialog
| Ctrl-x o | chOwn dialog
| Ctrl-x s | create Symlink dialog
| Ctrl-x l | create hard Link dialog

0 comments on commit e1c17df

Please sign in to comment.