jj aliases

This commit is contained in:
2025-12-11 20:36:57 +00:00
parent 7e407cb189
commit a99ae65e59

View File

@@ -7,6 +7,8 @@
email = "christoph@schmatzler.com"; email = "christoph@schmatzler.com";
}; };
git = { git = {
sign-on-push = true;
subprocess = true;
write-change-id-header = true; write-change-id-header = true;
}; };
diff = { diff = {
@@ -19,7 +21,9 @@
diff-editor = ["nvim" "-c" "DiffEditor $left $right $output"]; diff-editor = ["nvim" "-c" "DiffEditor $left $right $output"];
}; };
aliases = { aliases = {
n = ["new"];
tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"]; tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];
stack = ["log" "-r" "ancestors((trunk()..@)::bookmarks() | @, 2)"];
retrunk = ["rebase" "-d" "trunk()"]; retrunk = ["rebase" "-d" "trunk()"];
}; };
revset-aliases = { revset-aliases = {