diff options
Diffstat (limited to 'config/yazi/keymap.toml')
| -rw-r--r-- | config/yazi/keymap.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config/yazi/keymap.toml b/config/yazi/keymap.toml new file mode 100644 index 000000000..8892bd432 --- /dev/null +++ b/config/yazi/keymap.toml @@ -0,0 +1,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" |
