tmux: add continuum

This commit is contained in:
2020-03-04 09:26:42 +00:00
parent 13d7e20c7d
commit d6fe92a1f9

View File

@@ -10,6 +10,7 @@ bind r source ~/.tmux.conf\; display "~/.tmux.conf sourced!"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -q @plugin 'tmux-plugins/tmux-sidebar'
# set -g @plugin 'christoomey/vim-tmux-navigator'
@@ -19,5 +20,8 @@ set -q @plugin 'tmux-plugins/tmux-sidebar'
# set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.com/user/plugin'
set -g @resurrect-strategy-vim 'session'
set -g @continuum-restore 'on'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'