add a push command overlay to helix with backspace + p

This commit is contained in:
Lillian Violet 2026-04-21 15:57:12 +02:00
parent 493e2364d7
commit a4e6b6449a

View file

@ -43,6 +43,7 @@ in {
b = ":sh zellij run -f -n 'build code' -- direnv exec . just build"; b = ":sh zellij run -f -n 'build code' -- direnv exec . just build";
r = ":sh zellij run -f -n 'run code' -- direnv exec . just run"; r = ":sh zellij run -f -n 'run code' -- direnv exec . just run";
t = ":sh zellij run -f -n 'test code' -- direnv exec . just test"; 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"; 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 "; f = ":sh zellij run --floating -n 'yazi picker' -- zsh ~/.config/helix/open_in_helix_from_yazi.zsh ";
j = ":pipe-to just jupyter"; j = ":pipe-to just jupyter";