diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 564c10e..0a320f8 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -55,6 +55,7 @@ bind H join-pane -h -b \; select-pane -M bind J join-pane -v \; select-pane -M bind K join-pane -v -b \; select-pane -M bind L join-pane -h \; select-pane -M +bind C-p swap-pane \; select-pane -M bind -r > swap-window -d -t :+ bind -r < swap-window -d -t :-