mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-15 23:53:18 +00:00
feat(log): Add change_revset keybind to change the current log revset
being displayed in the log command
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user