Tagged Questions
0
votes
1answer
302 views
tmux - stealing Alt key from Midnight Commander, emacs
just starting to use tmux. I really like it so far -- a solid replacement for screen. The one single problem I have is that tmux steals the Alt (meta) key presses from a Midnight Commander running ...
0
votes
2answers
266 views
tmux bind semicolon
Is there some way I can bind ; (\059) to a command in tmux?
By default, it is bound to last-pane; however, I would like to rebind it to select-pane -R.
I have tried putting the following in my ...