From 80ec14e7a22930a259607e4c8740b09303074d65 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Tue, 18 Nov 2025 14:13:04 +0100 Subject: Update some themes --- jj.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'jj.nix') diff --git a/jj.nix b/jj.nix index 744249c..60e87fc 100644 --- a/jj.nix +++ b/jj.nix @@ -15,6 +15,9 @@ in { diff-formatter = ":git"; pager = ":builtin"; }; + revesets-aliases = { + "immutable_heads()" = "trunk()"; + }; aliases = { wk = ["log" "-r" "trunk()::@ | @::"]; gp = ["git" "push" "--allow-new"]; @@ -25,6 +28,8 @@ in { track = ["util" "exec" "--" "bash" "-c" "jj bookmark set $(jj log -r @ -T 'self.change_id()' --no-graph)"]; tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"]; nm = ["new" "-r" "trunk()"]; + up = ["edit" "@+"]; + down = ["edit" "@-"]; }; templates = { log = "builtin_log_compact"; -- cgit v1.2.3