mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-05 05:25:16 +02:00
Removed the autorestore option when opening a new tmux session
This commit is contained in:
@@ -47,7 +47,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after compu
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes
|
||||
|
||||
set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents
|
||||
set -g @continuum-restore 'on' # enable tmux-continuum functionality
|
||||
# set -g @continuum-restore 'on' # enable tmux-continuum functionality
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
||||
Reference in New Issue
Block a user