Add restore plugin, improve ouch for yazi
This commit is contained in:
parent
c52c5b5a42
commit
7d9da82b6c
@ -2,9 +2,9 @@
|
||||
|
||||
prepend_keymap = [
|
||||
# # 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
|
||||
{ on = "C", run = "plugin ouch", desc = "Compress with ouch" },
|
||||
{ on = "C", run = "plugin ouch tar.gz", desc = "Compress with ouch" },
|
||||
# Goto
|
||||
{ on = [ "g", "h" ], run = "cd ~", desc = "Go to ~" },
|
||||
{ on = [ "g", "c", "c" ], run = "cd ~/.config", desc = "Go to ~/.config" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user