* resurrect su for other tmux configs

This commit is contained in:
2024-10-16 16:08:53 +03:00
parent ef7f6c92b3
commit 3440dea79c
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @continuum-restore 'on'
set -g @continuum-save-interval '5'
set -g @resurrect-capture-pane-contents 'on'
set -g @resurrect-processes 'su'
set -g @yank_selection 'primary'
set -g @yank_selection_mouse 'clipboard'
set -g @man-size '40%'

View File

@ -10,6 +10,7 @@ set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @continuum-restore 'on'
set -g @continuum-save-interval '5'
set -g @resurrect-capture-pane-contents 'on'
set -g @resurrect-processes 'su'
set -g @yank_selection 'primary'
set -g @man-size '40%'
set -g @man-orientation 'h'