diff --git a/.tmux.2.8.conf b/.tmux.2.8.conf index 1eb0454..69eeff3 100644 --- a/.tmux.2.8.conf +++ b/.tmux.2.8.conf @@ -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%' diff --git a/.tmux.light.conf b/.tmux.light.conf index 7404be5..27e818d 100644 --- a/.tmux.light.conf +++ b/.tmux.light.conf @@ -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'