diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-01-14 19:37:19 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-01-14 19:40:57 +0000 |
commit | 8309bbc3bc0e41673fda5b1df11b84319c871f3d (patch) | |
tree | d5414f6d73e0268e0eaf2820faee64c0215c40c5 /tmux.config | |
parent | a963891af20f116033f3e943fdd6a7b03d531ace (diff) |
Updating swap command
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.config b/tmux.config index f9ff5da..4a524fc 100644 --- a/tmux.config +++ b/tmux.config @@ -38,7 +38,7 @@ 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.3 +bind C-e command-prompt -p destination 'swap-pane -s 1.2 -t 2.%1' # I constantly mix up copy/paste. Very annoying with scripts unbind [ bind C-c copy-mode |