diff options
| -rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b0a549f..90908db 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -154,11 +154,16 @@ bind-key k select-pane -U bind-key l select-pane -R bind-key b set-option status + + + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'christoomey/vim-tmux-navigator' # set -g @plugin 'niksingh710/minimal-tmux-status' set -g status-position bottom +set -g @continuum-restore 'on' run '~/.tmux/plugins/tpm/tpm' |
