aboutsummaryrefslogtreecommitdiff
path: root/tmux.cheat
blob: 19541fda9438e6aa6a4cbb8ed4a0eddd87c5d51e (plain)
1
2
3
4
5
6
7
8
9
10
% tmux

# Move current window to left (+1 for to right)
tmux swap-window -t -1

# Swap two windows
tmux swap-window -s <src> -t <dst>

# Merge window <src> to window <dst> as panes
tmux join-pane -s <src> -t <dst>