From 4a9912edba325ceea809501005056951628e4ab0 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 15 Apr 2024 10:37:20 +0200 Subject: [PATCH] Update settings. --- home-manager/modules/tmux.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/modules/tmux.nix b/home-manager/modules/tmux.nix index 1d7cefc..dc77acf 100644 --- a/home-manager/modules/tmux.nix +++ b/home-manager/modules/tmux.nix @@ -5,9 +5,11 @@ escapeTime = 0; keyMode = "vi"; mouse = true; + newSession = true; plugins = with pkgs; [ tmuxPlugins.sensible tmuxPlugins.yank + tmuxPlugins.fzf-tmux-url { plugin = tmuxPlugins.catppuccin; extraConfig = ''