tmux: add continuum
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user