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