add ssh and jj

This commit is contained in:
Jana Dönszelmann 2026-03-17 11:16:22 +01:00
parent e6522bdb86
commit 9583e816d6
No known key found for this signature in database
5 changed files with 91 additions and 32 deletions

View file

@ -100,8 +100,6 @@ inputs@{ machine, ... }:
"-c"
script
];
in
{
tug = [
"bookmark"
"move"
@ -110,6 +108,9 @@ inputs@{ machine, ... }:
"--to"
"coalesce(@ & ~empty(), @-)"
];
in
{
inherit tug;
fuck = [
"bookmark"
"move"
@ -153,6 +154,20 @@ inputs@{ machine, ... }:
"--from"
"trunk()"
];
next = [ "edit" "@+" ];
n = [ "edit" "@+" ];
prev = [ "edit" "@-" ];
p = [ "edit" "@-" ];
gp = [ "git" "push" ];
t = tug;
d = "describe";
dm = [ "describe" "-m" ];
e = "edit";
s = "squash";
si = "squash -i";
sp = "split";
};
templates = {