Added auto restore of tmux session
This commit is contained in:
parent
a398981b0f
commit
9a08f0346d
@ -7,6 +7,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # autosave tmux sessions
|
||||
# tmux-resurrect
|
||||
set -g @resurrect-strategy-nvim 'session' # save nvim sessions
|
||||
set -g @resurrect-capture-pane-contents 'on' # capture tmux panes
|
||||
set -g @continuum-restore 'on' # automatically restore tmux session on server start
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user