mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-15 23:53:18 +00:00
feat(log/keymap): add keymaps to move on revision in log buffer (#100)
This commit is contained in:
@@ -201,6 +201,8 @@ M.config = {
|
||||
tag_set = "<S-t>",
|
||||
history = "<S-h>",
|
||||
change_revset = "<C-r>",
|
||||
select_next_revision = "gj",
|
||||
select_prev_revision = "gk",
|
||||
},
|
||||
status = {
|
||||
open_file = "<CR>",
|
||||
|
||||
Reference in New Issue
Block a user