yazi upgrade

This commit is contained in:
Henrik Bakken
2025-06-11 20:12:48 +02:00
parent fa31f410e0
commit 2ea7e04042
4 changed files with 58 additions and 7 deletions
+23 -4
View File
@@ -1,4 +1,23 @@
[[manager.prepend_keymap]]
on = "<C-s>"
run = "plugin what-size"
desc = "Calc size of selection or cwd"
[[mgr.prepend_keymap]]
on = "l"
run = "plugin smart-enter"
desc = "Enter the child directory, or open the file"
[[mgr.prepend_keymap]]
on = [ "c", "m" ]
run = "plugin chmod"
desc = "Chmod on selected files"
[[mgr.prepend_keymap]]
on = "F"
run = "plugin smart-filter"
desc = "Smart filter"
[[mgr.prepend_keymap]]
on = "M"
run = "plugin mount"
[[mgr.prepend_keymap]]
on = "T"
run = "plugin toggle-pane max-preview"
desc = "Maximize or restore the preview pane"