mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57: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-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
|
||||||
|
# Plugin configurations
|
||||||
|
|
||||||
|
# auto-restore
|
||||||
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
# Install plugin manager
|
# Install plugin manager
|
||||||
#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
# Install plugin:
|
# Install plugin:
|
||||||
|
|||||||
Reference in New Issue
Block a user