Browse Source

* resurrect su for other tmux configs

master
dimti 2 months ago
parent
commit
3440dea79c
  1. 1
      .tmux.2.8.conf
  2. 1
      .tmux.light.conf

1
.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%'

1
.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'

Loading…
Cancel
Save