🐛 fix(tmux): Stop capturing pane contents
It wasn't working.
This commit is contained in:
parent
edc2ff2282
commit
bfd3d6c289
1 changed files with 0 additions and 4 deletions
|
@ -37,10 +37,6 @@
|
|||
plugins = with pkgs.tmuxPlugins; [
|
||||
{
|
||||
plugin = resurrect;
|
||||
extraConfig = # tmux
|
||||
''
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue