diff --git a/files/.config/systemd/user/multi-user.target.wants/tmux.service b/files/.config/systemd/user/multi-user.target.wants/tmux.service deleted file mode 120000 index 6ae3bc7..0000000 --- a/files/.config/systemd/user/multi-user.target.wants/tmux.service +++ /dev/null @@ -1 +0,0 @@ -/home/marchambault/.config/systemd/user/tmux.service \ No newline at end of file diff --git a/files/.tmux.conf b/files/.tmux.conf index d74e993..eaa8b04 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -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' diff --git a/files/.tmux/plugins/tpm b/files/.tmux/plugins/tpm index 42bb2bf..476f6ca 160000 --- a/files/.tmux/plugins/tpm +++ b/files/.tmux/plugins/tpm @@ -1 +1 @@ -Subproject commit 42bb2bf48bef881be504278cf5156371b542cf81 +Subproject commit 476f6ca69922c9e67c408ae92dff0eb0ccb8ee51