aboutsummaryrefslogtreecommitdiff
path: root/stow/tmux/.tmux.conf
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-11-02 16:21:58 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2022-11-02 16:21:58 +0100
commit69cd654967458c84560fe39dddf33b0574cde923 (patch)
treef2771542fffa992daa754cc1005aef74440a25a3 /stow/tmux/.tmux.conf
parent31343e582803d6755c8f69143cf60620d7806339 (diff)
downloadconfigs-69cd654967458c84560fe39dddf33b0574cde923.tar.gz
configs-69cd654967458c84560fe39dddf33b0574cde923.zip
Added typescript LTS config to nvim.
Diffstat (limited to 'stow/tmux/.tmux.conf')
-rw-r--r--stow/tmux/.tmux.conf3
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'