Tmux swap panes
The swap-pane command can do this for you.
The { and } keys a bound to swap-pane -U and swap-pane -D in the default configuration.
You could try to start tmux with no configuration file by using command: tmux -f /dev/null
Tuan Tran
The swap-pane command can do this for you.
The { and } keys a bound to swap-pane -U and swap-pane -D in the default configuration.
You could try to start tmux with no configuration file by using command: tmux -f /dev/null