diff options
Diffstat (limited to 'stow/tmux/.tmux.conf')
-rw-r--r-- | stow/tmux/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 1e739b0..3b855b8 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -63,6 +63,9 @@ bind -r m-J resize-pane -D 10 bind -r m-K resize-pane -U 10 bind -r m-L resize-pane -R 10 +# Swap with marked pane +bind S swap-pane + # clipboard stuff bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xsel -bi' bind P run 'xsel -bo | tmux load-buffer - ; tmux paste-buffer' |