diff options
| -rw-r--r-- | PxPlus_IBM_VGA8.ttf | bin | 0 -> 70956 bytes | |||
| -rw-r--r-- | config/yazi/keymap.toml | 26 | ||||
| -rw-r--r-- | config/yazi/yazi.toml | 2 |
3 files changed, 4 insertions, 24 deletions
diff --git a/PxPlus_IBM_VGA8.ttf b/PxPlus_IBM_VGA8.ttf Binary files differnew file mode 100644 index 000000000..0368d2bba --- /dev/null +++ b/PxPlus_IBM_VGA8.ttf 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" diff --git a/config/yazi/yazi.toml b/config/yazi/yazi.toml index 136965e3f..e62abe672 100644 --- a/config/yazi/yazi.toml +++ b/config/yazi/yazi.toml @@ -3,7 +3,7 @@ linemode = "mtime" sort_by = "alphabetical" show_symlink = true show_hidden = true -ratio = [1, 1, 3] +ratio = [1, 3, 2] [preview] max_width = 1920 |
