From a4e6b6449aaecb64830b5dbbe546429dbf5fb958 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 21 Apr 2026 15:57:12 +0200 Subject: [PATCH] add a push command overlay to helix with backspace + p --- home-manager/shared/shell/helix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/shared/shell/helix/default.nix b/home-manager/shared/shell/helix/default.nix index 249254b..f7beb11 100644 --- a/home-manager/shared/shell/helix/default.nix +++ b/home-manager/shared/shell/helix/default.nix @@ -43,6 +43,7 @@ in { b = ":sh zellij run -f -n 'build code' -- direnv exec . just build"; r = ":sh zellij run -f -n 'run code' -- direnv exec . just run"; t = ":sh zellij run -f -n 'test code' -- direnv exec . just test"; + p = ":sh zellij run -f -n 'push code' -- direnv exec . just push"; g = ":sh zellij run -fc -n 'lazygit' -- lazygit"; f = ":sh zellij run --floating -n 'yazi picker' -- zsh ~/.config/helix/open_in_helix_from_yazi.zsh "; j = ":pipe-to just jupyter";