🐛 fix(tmux): Stop capturing pane contents

It wasn't working.
This commit is contained in:
punkfairie 2024-11-03 19:14:36 -08:00
parent edc2ff2282
commit bfd3d6c289
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -37,10 +37,6 @@
plugins = with pkgs.tmuxPlugins; [
{
plugin = resurrect;
extraConfig = # tmux
''
set -g @resurrect-capture-pane-contents 'on'
'';
}
{