From 9478eaff03beca602f59dcb2ae0e805646127f7e Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 7 Mar 2018 15:34:16 -0700 Subject: Quick function for swapping out panes --- tmux.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.config b/tmux.config index 47f45c4..94ead0f 100644 --- a/tmux.config +++ b/tmux.config @@ -36,6 +36,8 @@ bind C-p previous-window bind a set-window-option synchronize-panes # Remap zoom, sleeping tmux way too much bind C-v resize-pane -Z +# Swapping panes shorcut +bind C-e swap-pane -s 1.2 -t 2.1 ##################################### # Settings -- cgit v1.2.3