From 3e8ff2e064dfb8d6f17b51defb78a884492e000a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 30 Jun 2023 20:50:53 +0200 Subject: [PATCH] fix(tmux): accidentally creating extra sessions --- modules/programs/tmux.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/programs/tmux.nix b/modules/programs/tmux.nix index 369aec5..32836bd 100644 --- a/modules/programs/tmux.nix +++ b/modules/programs/tmux.nix @@ -106,7 +106,6 @@ in customPaneNavigationAndResize = true; keyMode = "vi"; mouse = true; - newSession = true; prefix = "C-Space"; sensibleOnTop = false; plugins = with pkgs.tmuxPlugins; [