mirror of
1
0
Fork 0

update tmux

This commit is contained in:
tlhc 2020-10-08 14:15:37 +08:00
parent 15e5c3f17c
commit 7590c36e82
1 changed files with 3 additions and 0 deletions

View File

@ -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'