feat(log/summary): Add o keymap from the summary that allows users to

do the equivalent of `Jtabedit` of the file in under the cursor
This commit is contained in:
NicolasGB
2026-04-28 17:52:34 +02:00
parent 167c206521
commit 46932e5410
3 changed files with 28 additions and 0 deletions
+2
View File
@@ -76,6 +76,7 @@ local split_module = require("jj.cmd.split")
--- @field diff? string|string[]
--- @field edit? string|string[]
--- @field edit_immutable? string|string[]
--- @field edit_file? string|string[]
--- @class jj.cmd.bookmark
--- @field prefix? string Prefix to append when creating a bookmark
@@ -185,6 +186,7 @@ M.config = {
diff = "<S-d>",
edit = "<CR>",
edit_immutable = "<S-CR>",
edit_file = "o",
},
split = "<C-s>",
tag_set = "<S-t>",