Improve Zathura, move to zoxide, add yazi plugins
This commit is contained in:
@@ -4,7 +4,7 @@ prepend_keymap = [
|
||||
# # undo trash
|
||||
# { on = "u", run = "plugin restore", desc = "Restore last deleted files/folders" },
|
||||
# # compress
|
||||
# { on = "C", run = "plugin ouch --args=zip", desc = "Compress with ouch" },
|
||||
{ on = "C", run = "plugin ouch", desc = "Compress with ouch" },
|
||||
# Goto
|
||||
{ on = [ "g", "h" ], run = "cd ~", desc = "Go to ~" },
|
||||
{ on = [ "g", "c", "c" ], run = "cd ~/.config", desc = "Go to ~/.config" },
|
||||
|
10
general/configs/yazi/yazi.toml
Normal file
10
general/configs/yazi/yazi.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[plugin]
|
||||
prepend_previewers = [
|
||||
# Archive previewer
|
||||
{ mime = "application/*zip", run = "ouch" },
|
||||
{ mime = "application/x-tar", run = "ouch" },
|
||||
{ mime = "application/x-bzip2", run = "ouch" },
|
||||
{ mime = "application/x-7z-compressed", run = "ouch" },
|
||||
{ mime = "application/x-rar", run = "ouch" },
|
||||
{ mime = "application/x-xz", run = "ouch" },
|
||||
]
|
Reference in New Issue
Block a user