From bfd3d6c28944515c5c7c5f016b69f6b74c2e79d0 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 3 Nov 2024 19:14:36 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(tmux):=20Stop=20capturing=20?= =?UTF-8?q?pane=20contents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It wasn't working. --- home/programs/tmux.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/programs/tmux.nix b/home/programs/tmux.nix index fdc7cf2..39b143e 100644 --- a/home/programs/tmux.nix +++ b/home/programs/tmux.nix @@ -37,10 +37,6 @@ plugins = with pkgs.tmuxPlugins; [ { plugin = resurrect; - extraConfig = # tmux - '' - set -g @resurrect-capture-pane-contents 'on' - ''; } {