diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-07 15:34:16 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-07 15:34:16 -0700 |
commit | 9478eaff03beca602f59dcb2ae0e805646127f7e (patch) | |
tree | ab3160799c45b51103e5e6663241f5aa6505c531 /tmux.config | |
parent | 5059c260e51cd65f0abe1d13dd23375a4f3ff795 (diff) |
Quick function for swapping out panes
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |