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 = ''