1
0
Fork 0
mirror of synced 2024-06-01 14:41:09 -04:00

update tmux

This commit is contained in:
tlhc 2020-10-08 14:15:37 +08:00
parent 15e5c3f17c
commit 7590c36e82

View file

@ -327,6 +327,9 @@ tmux_conf_copy_to_os_clipboard=true
bind-key x kill-pane bind-key x kill-pane
bind-key & kill-window 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 # TMUX plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'