Added resurrect and continuum

This commit is contained in:
Sebastian 2019-10-13 09:41:58 +02:00
parent 21d8d3942f
commit a1df1940aa

View file

@ -4,6 +4,9 @@
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-net-speed'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @resurrect-capture-pane-contents 'on'
@ -16,3 +19,5 @@ set -g status-right "#{net_speed}"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'