mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Set autorestore on for tmux resurrect
This commit is contained in:
@@ -9,6 +9,11 @@ set-window-option -g window-style bg="#32302f"
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
# Plugin configurations
|
||||
|
||||
# auto-restore
|
||||
set -g @continuum-restore 'on'
|
||||
|
||||
# Install plugin manager
|
||||
#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
# Install plugin:
|
||||
|
||||
Reference in New Issue
Block a user