add a push command overlay to helix with backspace + p
This commit is contained in:
parent
493e2364d7
commit
a4e6b6449a
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue