diff --git a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix index 3c7dfb3..f2bb5cc 100644 --- a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix +++ b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix @@ -129,10 +129,7 @@ in space.t = ":sh zellij action toggle-floating-panes"; # Today's note - space.n = [ - ":sh fish -c 'generate-today'" - ":vsplit %sh{generate-today}" - ]; + space.n = ":vsplit %sh{fish -c 'generate-today'}"; # Open lazygit # Unfortunately, this breaks mouse input and the terminal after quitting Helix