From 8a8f11abe268c55377cd9f1f9d281a6df1ce2a2d Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sat, 10 Jan 2026 21:11:31 +0100 Subject: [PATCH] fixes session management --- modules/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux/default.nix b/modules/tmux/default.nix index 922cd1c..e33e2cb 100644 --- a/modules/tmux/default.nix +++ b/modules/tmux/default.nix @@ -55,7 +55,7 @@ bind ? list-keys -a unbind s - bind-key -r s "display-popup -h 50% -w 50% -E sessionizer" + bind-key -r s display-popup -h 50% -w 50% -E sessionizer unbind v bind v choose-tree -Zw "join-pane -t '%%'"