Midnight Commander: Difference between revisions
Line 29: | Line 29: | ||
TreeMoveDown = down |
TreeMoveDown = down |
||
</pre>}} |
</pre>}} |
||
* '''Lynx motion''' — This is a nice option to enable in the configuration menu. When enabled, enter a directory with {{kb|right}} and exit a directory with {{kb|left}}. |
|||
* Frequently used keyboard shortcuts (custom shortcuts defined with ''Learn Keys...'' are <u>underlined</u>) |
* Frequently used keyboard shortcuts (custom shortcuts defined with ''Learn Keys...'' are <u>underlined</u>) |
Revision as of 22:16, 15 September 2010
mc or Midnight Commander is a powerful file manager working in a shell terminal.
Links
- Cool review of mc in action
- The GNOME Commander, a X alternative of mc under Gnome
- Krusader, a X alternative of mc under KDE
ini file
- mc will only save the option ini file if there is a directory ~/.mc in home directory:
mkdir ~/.mc
- To use vi as standard editor/viewer
- First menu Options → Configuration... → uncheck use internal edIt and Use internal view.
- Next, at the end of file .mc/bindings:
default/*
Open=
View=view %f
Edit=%var{EDITOR:vi} %f
Keyboard shorcuts
- Gnome-Terminal — To solve the conflicts with Gnome Terminal, disable the Terminal menu shortcut key (to enable F10) and Menu Access Keys (to enable A-h...) in Gnome-Terminal.
- Auto-Complete — The usual shortcut for auto-complete M-Tab (i.e. Alt-Tab) doesn't work in graphical environment because it is used for switching between windows. As a replacement, one can use Esc-Tab, or can define a new shortcut like C-n (as in Vim).
Old version — This can be done with Options... → Learn Keys...
Newer version — The learn keys trick does not seem to work anymore. Instead edit all files /etc/mc/mc.keymap* as follows:
PanelMoveDown = down ... InputComplete = alt-tab; ctrl-n ... TreeMoveDown = down
- Lynx motion — This is a nice option to enable in the configuration menu. When enabled, enter a directory with right and exit a directory with left.
- Frequently used keyboard shortcuts (custom shortcuts defined with Learn Keys... are underlined)
General:
Shell Command Line
|
Directory panels
|
Official repository
Besides Ubuntu repository, the official one is here. To add it:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F82FBD49
Add file /etc/apt/sources.list.d:
deb http://ppa.launchpad.net/zyv/ppa/ubuntu lucid main deb-src http://ppa.launchpad.net/zyv/ppa/ubuntu lucid main
Then upgrade if needed:
sudo apt-get update
sudo apt-get upgrade