From 69cd654967458c84560fe39dddf33b0574cde923 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 2 Nov 2022 16:21:58 +0100 Subject: Added typescript LTS config to nvim. --- stow/tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stow/tmux/.tmux.conf') 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' -- cgit v1.2.1