Add jj tug command

This commit is contained in:
2025-10-28 15:15:04 +08:00
parent ca0535a353
commit f21a105ce1

View File

@@ -119,6 +119,16 @@ in
name = name;
email = email;
};
aliases = {
tug = [
"bookmark"
"move"
"--from"
"heads(::@- & bookmarks())"
"--to"
"@-"
];
};
ui.default-command = "log";
};
};