yazi keymappipng
This commit is contained in:
parent
cd383fa495
commit
7d0f5224a0
@ -21,3 +21,13 @@ desc = "Enter the child directory, or open the file"
|
|||||||
on = [ "c", "m" ]
|
on = [ "c", "m" ]
|
||||||
run = "plugin chmod"
|
run = "plugin chmod"
|
||||||
desc = "Chmod on selected files"
|
desc = "Chmod on selected files"
|
||||||
|
|
||||||
|
[[mgr.prepend_keymap]]
|
||||||
|
on = ["<C-n>"]
|
||||||
|
run = "seek 1"
|
||||||
|
desc = "Scroll preview down 1 line"
|
||||||
|
|
||||||
|
[[mgr.prepend_keymap]]
|
||||||
|
on = ["<C-p>"]
|
||||||
|
run = "seek -1"
|
||||||
|
desc = "Scroll preview up 1 line"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user