update tmux plugins
This commit is contained in:
parent
81dce99c94
commit
12ec11d84f
|
@ -1 +0,0 @@
|
|||
/home/marchambault/.config/systemd/user/tmux.service
|
|
@ -16,7 +16,7 @@ set -s escape-time 0
|
|||
# Mouse
|
||||
set -g mouse on
|
||||
|
||||
# tmux-256-color is badly supported on some system, especially servers so we pretend to be screen instead
|
||||
# tmux-256color is badly supported on some system, especially servers so we pretend to be screen instead
|
||||
set -g default-terminal 'screen-256color'
|
||||
set -ga terminal-overrides ',screen-256color:Tc'
|
||||
|
||||
|
@ -64,7 +64,7 @@ set -g @resurrect-processes 'ssh watch'
|
|||
set -g @continuum-save-interval '5'
|
||||
|
||||
# Restore on session start
|
||||
set -g @continuum-restore 'on'
|
||||
#set -g @continuum-restore 'on'
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
@ -72,8 +72,11 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
|||
set -g @plugin 'soyuka/tmux-current-pane-hostname'
|
||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
#set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @plugin 'git@github.com:badjware/tmux-continuum.git'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
#set -g @plugin 'git@github.com:badjware/tmux-continuum.git'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
# prefix + I : install
|
||||
# prefix + U : update
|
||||
# prefix + alt + u : cleanup
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 42bb2bf48bef881be504278cf5156371b542cf81
|
||||
Subproject commit 476f6ca69922c9e67c408ae92dff0eb0ccb8ee51
|
Loading…
Reference in New Issue