3cd8e5ea8819 — Steve Fink tip 4 days ago
[jjconfig] playing with subcommand aliases
1 files changed, 3 insertions(+), 0 deletions(-)

M conf/jj-config.toml
M conf/jj-config.toml +3 -0
@@ 82,6 82,9 @@ sho = ["show-"]
 "desc-" = ["describe", "-r", "@-"]
 des = ["desc-"]
 
+bookmark.shove = ["bookmark", "move", "--allow-backwards"]
+
+shove = ["b", "--ignore-immutable", "shove", "--hard"]
 
 # FIXME: This only applies to @.
 reformat = ["util", "exec", "--", "bash", "-c", """