Add restore plugin, improve ouch for yazi

This commit is contained in:
Janis Hutz 2025-04-02 11:14:00 +02:00
parent c52c5b5a42
commit 7d9da82b6c

View File

@ -2,9 +2,9 @@
prepend_keymap = [ prepend_keymap = [
# # undo trash # # undo trash
# { on = "u", run = "plugin restore", desc = "Restore last deleted files/folders" }, { on = "u", run = "plugin restore", desc = "Restore last deleted files/folders" },
# # compress # # compress
{ on = "C", run = "plugin ouch", desc = "Compress with ouch" }, { on = "C", run = "plugin ouch tar.gz", desc = "Compress with ouch" },
# Goto # Goto
{ on = [ "g", "h" ], run = "cd ~", desc = "Go to ~" }, { on = [ "g", "h" ], run = "cd ~", desc = "Go to ~" },
{ on = [ "g", "c", "c" ], run = "cd ~/.config", desc = "Go to ~/.config" }, { on = [ "g", "c", "c" ], run = "cd ~/.config", desc = "Go to ~/.config" },