From b78bc5b3bb056ee989355f90617249cae11ea933 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:08:18 -0400 Subject: [PATCH] add today note vsplit --- .../home-manager/modules/nmasur/presets/programs/helix.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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