3

When I run mc within tmux:

$ tmux
$ mc

'Ctrl-o' in mc desn't work properly: mc panes disappear, but the shell command prompt doesn't appear, and pressing any key causes mc panes appear again. When mc is started not within tmux, Ctrl-o works normally.

How this problem can be corrected?

2
  • It works for me in Debian 8 using tmux 1.9-6, mc 3:4.8.13-3 Commented May 17, 2015 at 17:31
  • If I remember correctly it worked for me too, but I'm on rolling release (Arch, tmux 2.01, mc 4.8.14) and some recent upgrade probably changed something to cause this problem.
    – Al Berger
    Commented May 17, 2015 at 19:55

1 Answer 1

1

Can you try run mc with -x option ?

mc -x

Terminal options
  -x, --xterm                    Forces xterm features

Ctrl+o in mc work properly and mouse too.

Ctrl+t - select file(s), insert doesn't work (on my notebook)

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .