fix tmux-continuum not launching, turn off resurrect of programs
This commit is contained in:
@ -26,17 +26,22 @@ setw -g pane-base-index 1
|
||||
set -s escape-time 0
|
||||
|
||||
# List of plugins
|
||||
# Note: In order to be executed periodically, the plugin updates the status-right tmux variable.
|
||||
# In case some plugin (usually themes) overwrites the status-right variable, the autosave feature stops working.
|
||||
# To fix this issue, place the plugin last in the TPM plugins list.
|
||||
set -g @tpm_plugins ' \
|
||||
tmux-plugins/tpm \
|
||||
tmux-plugins/tmux-sensible \
|
||||
tmux-plugins/tmux-resurrect \
|
||||
tmux-plugins/tmux-continuum \
|
||||
tmux-plugins/tmux-yank \
|
||||
Nybkox/tmux-kanagawa \
|
||||
tmux-plugins/tmux-continuum \
|
||||
'
|
||||
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @continuum-save-interval '60'
|
||||
set -g @continuum-save-interval '30'
|
||||
|
||||
set -g @resurrect-processes 'false'
|
||||
|
||||
set -g @kanagawa-ignore-window-colors true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user