blob: 8892bd4321b1a300776b836583ed03b39cbadee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[[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"
[[mgr.prepend_keymap]]
on = ["M", "m"]
run = "plugin gvfs -- jump-to-device --name sftp://arkadii@192.168.0.171/"
desc = "Jump/mount FTP/SFTP 192.168.0.171"
[[mgr.prepend_keymap]]
on = ["R"]
run = "plugin rotate-image"
desc = "Rotate images"
[[mgr.prepend_keymap]]
on = [ "c", "m" ]
run = "plugin chmod"
desc = "Chmod on selected files"
|