disable session saving plugins
This commit is contained in:
parent
82b76f1048
commit
52f40839c5
16
tmux.conf
16
tmux.conf
|
@ -79,15 +79,15 @@ source-file ~/.config/tmux/tmux.colours.conf
|
|||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
# set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @resurrect-strategy-vim 'session'
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
set -g @resurrect-save-shell-history 'off'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @continuum-save-interval '10'
|
||||
# set -g @resurrect-capture-pane-contents 'on'
|
||||
# set -g @resurrect-strategy-vim 'session'
|
||||
# set -g @resurrect-strategy-nvim 'session'
|
||||
# set -g @resurrect-save-shell-history 'off'
|
||||
# set -g @continuum-restore 'on'
|
||||
# set -g @continuum-save-interval '10'
|
||||
|
||||
# Other examples:
|
||||
# set -g @plugin 'github_username/plugin_name'
|
||||
|
|
Loading…
Reference in New Issue