⚙️ config(yazi): keymaps for movement
This commit is contained in:
parent
ccde29aa57
commit
07f3e82dfb
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ prepend_keymap = [
|
||||||
"c",
|
"c",
|
||||||
"a",
|
"a",
|
||||||
], run = "plugin compress", desc = "Archive selected files" },
|
], run = "plugin compress", desc = "Archive selected files" },
|
||||||
|
{ on = "<C-u>", run = "seek -5", desc = "Seek up 5 units in the preview" },
|
||||||
|
{ on = "<C-d>", run = "seek 5", desc = "Seek down 5 units in the preview" },
|
||||||
|
{ on = "K", run = "arrow -50%", desc = "Move cursor up half page" },
|
||||||
|
{ on = "J", run = "arrow 50%", desc = "Move cursor down half page" },
|
||||||
|
{ on = "<A-k>", run = "arrow -5", desc = "Move cursor up half page" },
|
||||||
|
{ on = "<A-j>", run = "arrow 5", desc = "Move cursor down half page" },
|
||||||
]
|
]
|
||||||
|
|
||||||
append_keymap = [
|
append_keymap = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue