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