mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix(keymap): jk normal mode
This commit is contained in:
parent
d68aeeb5e9
commit
5c3ea6e2ff
1 changed files with 2 additions and 0 deletions
|
|
@ -309,6 +309,8 @@ keymap = [
|
|||
{ on = "<Down>", run = "history +1", desc = "Navigate to the next history entry" },
|
||||
{ on = "<C-p>", run = "history -1", desc = "Navigate to the previous history entry" },
|
||||
{ on = "<C-n>", run = "history +1", desc = "Navigate to the next history entry" },
|
||||
{ on = "k", run = "history -1", desc = "Navigate to the previous history entry" },
|
||||
{ on = "j", run = "history +1", desc = "Navigate to the next history entry" },
|
||||
|
||||
# Undo/Redo/Casefy
|
||||
{ on = "u", run = [ "undo", "casefy lower" ], desc = "Undo, or lowercase if in visual mode" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue