|
|
|
@ -5,6 +5,7 @@ setw -g xterm-keys on
|
|
|
|
|
set -s escape-time 10 # faster command sequences |
|
|
|
|
set -sg repeat-time 600 # increase repeat timeout |
|
|
|
|
set -s focus-events on |
|
|
|
|
set-option -g set-clipboard on |
|
|
|
|
|
|
|
|
|
#unbind ^b # unbind defaul prefix Control+b |
|
|
|
|
#set -g prefix 'C-\' # bind new prefix Control+a |
|
|
|
@ -240,12 +241,13 @@ if "test ! -d ~/.tmux/plugins/tpm" \
|
|
|
|
|
set -g @plugin 'tmux-plugins/tpm' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-sensible' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-yank' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-open' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-copycat' |
|
|
|
|
set -g @plugin 'christoomey/vim-tmux-navigator' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-resurrect' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-continuum' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-prefix-highlight' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-open' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-urlview' |
|
|
|
|
|
|
|
|
|
# Other examples: |
|
|
|
|
# set -g @plugin 'github_username/plugin_name' |
|
|
|
|