In Midnight Commander, how to quickly set the right panel to the same directory as the left panel (and vice versa)?
Asked
Active
Viewed 6.1k times
5 Answers
73
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.

miguel.de.icaza
- 5,319
-
36Version 4.8.3 (at least) now uses
Alt-i
to switch the other panel to the same folder as the current panel. Seeman mc
for more. – SabreWolfy Aug 13 '12 at 18:27 -
on one of my machines (Version 4.8.29) alt-o doesn't work, but Esc-o works, to load the currently selected directory to the second panel (despite being said in man) – user3804598 Jul 18 '23 at 12:05
18
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,

Ámon Tamás
- 181
-
1
-
Xshell and other related terminals couldnt give respond to `alt´ key, since its surpressing its own shell. Good solution. – Omrum Cetin May 18 '20 at 08:27
-
1
For os x terminal:
Press ⌘ command+⌥ option+o, you will see 'Option is Meta'.
Now ⌘ command+i works.

rofrol
- 265
1
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.
Ctrl
+O
,Ctrl
+I
– bora89 Aug 25 '23 at 10:39