tmux-resurrect: do not capture pane contents

* just the layout will do
This commit is contained in:
surtur 2020-02-27 03:42:37 +01:00
parent c15cd7ac14
commit 26ba85e573
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -20,8 +20,6 @@ set -g @yank_selection_mouse 'clipboard' # or 'primary' or 'secondary'
set -g @yank_action 'copy-pipe-and-cancel' # or 'copy-pipe-and-cancel' for the default
setw -g monitor-activity on
set -g @resurrect-capture-pane-contents 'on'
bind-key v split-window -h
bind-key s split-window -v