yazi keymappipng

This commit is contained in:
thek4n 2026-08-04 15:13:44 +03:00
parent cd383fa495
commit 7d0f5224a0

View File

@ -21,3 +21,13 @@ desc = "Enter the child directory, or open the file"
on = [ "c", "m" ]
run = "plugin chmod"
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"