How to open the same directory in another panel in Midnight Commander?

52,473

Solution 1

Newer versions of Midnight Commander use Alt-o (also ESC followed by o) to do this.

Older versions used Alt-o for doing a change directory to the currently highlighted directory, so it will depend on which build you are using.

Solution 2

AltO opens the directory your cursor is on.

AltI opens the active panel's directory on the other panel.

Tested on MC 4.7

Solution 3

For me in iTerm2 the Esc i (First press esc and after press i not in the same time) is working well on my mac,

Solution 4

Basically combination is Meta+i. Some OS installations and probably some terminals have different settings regarding Meta key. On all my machines it is Esc, but I've heard from colleagues that they have it mapped to alt or option key.

Solution 5

For os x terminal:

Press ⌘ command+⌥ option+o, you will see 'Option is Meta'.

Now ⌘ command+i works.

Share:
52,473

Related videos on Youtube

Ivan
Author by

Ivan

Currently I live in Prague, CZ, use Arch Linux on my Toshiba L10 (Centrino "Dothan" 1.6 Mhz) laptop and code (am beginning, actually) Scala 2.8 with NetBeans 6.9. I like Scala very much (finally, the language I really like) and wouldn't mind to get a jr. Scala developer position.

Updated on September 17, 2022

Comments

  • Ivan
    Ivan over 1 year

    In Midnight Commander, how to quickly set the right panel to the same directory as the left panel (and vice versa)?

  • German
    German over 11 years
    Version 4.8.3 (at least) now uses Alt-i to switch the other panel to the same folder as the current panel. See man mc for more.
  • Leśny Rumcajs
    Leśny Rumcajs over 4 years
    Works fine on other Mac terminals, like KiTTY.
  • CtnDev
    CtnDev almost 4 years
    Xshell and other related terminals couldnt give respond to `alt´ key, since its surpressing its own shell. Good solution.