I'd like to rebind the action of changing the active pane in tmux. In version 1.1, I did it like this:
bind-key -n C-] up-pane
bind-key -n C-[ down-pane
I've upgraded to to version 1.3 recently, and now I get the following error message:
/home/myuser/.tmux.conf: 17: unknown command: up-pane
/home/myuser/.tmux.conf: 18: unknown command: down-pane
Have these commands been renamed in the new version? I can't find anything which looks similar in the tmux man pages.
bind-key -n C-] select-pane -t :.-
bind-key -n C-[ select-pane -t :.+
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With