18 lines
354 B
TOML
18 lines
354 B
TOML
[[mgr.prepend_keymap]]
|
|
on = [ "c", "m" ]
|
|
run = "plugin chmod"
|
|
desc = "Chmod on selected files"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = "+"
|
|
run = "plugin zoom 1"
|
|
desc = "Zoom in hovered file"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = "_"
|
|
run = "plugin zoom -1"
|
|
desc = "Zoom out hovered file"
|
|
|
|
[[plugin.prepend_previewers]]
|
|
mime = "image/{jpeg,png,webp}"
|
|
run = "zoom 5"
|