diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-06-14 19:36:23 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-06-14 19:36:23 +0300 |
| commit | 5e81e0b58c69a20975839c55d230cfcef34b0580 (patch) | |
| tree | a35bc9e60c2240b2067f7ca81e3386f68591a6e0 /config/yazi/keymap.toml | |
| parent | 56082af20a8712570edd6ed523baad4755ecd241 (diff) | |
Diffstat (limited to 'config/yazi/keymap.toml')
| -rw-r--r-- | config/yazi/keymap.toml | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/config/yazi/keymap.toml b/config/yazi/keymap.toml index 8892bd432..caaf48398 100644 --- a/config/yazi/keymap.toml +++ b/config/yazi/keymap.toml @@ -1,24 +1,4 @@ [[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" +on = "e" +run = "shell '7z x \"$1\" -o\"${1%.*/}\"'" +desc = "Extract archive with 7z" |
