From 7590c36e82014198fe28e709c00d120c236dd4d4 Mon Sep 17 00:00:00 2001 From: tlhc Date: Thu, 8 Oct 2020 14:15:37 +0800 Subject: [PATCH] update tmux --- .tmux.conf.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index 8823cfe..8ee2a0d 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -327,6 +327,9 @@ tmux_conf_copy_to_os_clipboard=true bind-key x kill-pane bind-key & kill-window +bind -n C-S-Left { swap-window -t -1; previous-window } +bind -n C-S-Right { swap-window -t +1; next-window } + # TMUX plugins set -g @plugin 'tmux-plugins/tpm'