feat(log): Add change_revset keybind to change the current log revset

being displayed in the log command
This commit is contained in:
NicolasGB
2026-03-12 18:04:39 +01:00
parent 80caa923c2
commit d357409268
3 changed files with 27 additions and 1 deletions
+2
View File
@@ -56,6 +56,7 @@ local split_module = require("jj.cmd.split")
--- @field summary_tooltip? jj.cmd.summary_tooltip.keymaps
--- @field tag_set? string|string[]
--- @field history? string|string[]
--- @field change_revset? string|string[]
--- @class jj.cmd.rebase.keymaps
--- @field onto? string|string[]
@@ -199,6 +200,7 @@ M.config = {
split = "<C-s>",
tag_set = "<S-t>",
history = "<S-h>",
change_revset = "<C-r>",
},
status = {
open_file = "<CR>",