Add jj aliases

This commit is contained in:
Martin Pander
2026-02-11 12:55:50 +01:00
parent 38083b9af4
commit 5c878e1458

View File

@@ -83,6 +83,8 @@
settings = { settings = {
aliases = { aliases = {
tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"]; tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"];
lg = ["log"];
des = ["describe"];
}; };
}; };
}; };