add ssh and jj
This commit is contained in:
parent
e6522bdb86
commit
9583e816d6
5 changed files with 91 additions and 32 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue