yazi updates, misc

This commit is contained in:
Matt Nish-Lapidus 2025-02-23 12:42:17 -05:00
parent 8e58c5c986
commit e9c6a1a6da
12 changed files with 1270 additions and 32 deletions

View file

@ -36,6 +36,7 @@
{ on = "<Enter>"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
{ on = "<Right>"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
{ on = "<Backspace>"; run = "remove"; }
{ on = ["t" "i"]; run = "inspect"; desc = "inspect"; }
];
};
settings = {
@ -65,6 +66,7 @@
{ mime = "application/x-7z-compressed"; run = "ouch"; }
{ mime = "application/x-rar"; run = "ouch"; }
{ mime = "application/x-xz"; run = "ouch"; }
{ mime = "application/octet-stream"; run = "ouch"; }
{ name = "*"; run = "file-extra-metadata"; }
{ name = "*.md"; run = "glow"; }
@ -76,6 +78,12 @@
{ name = "*"; run = "file-extra-metadata"; }
];
prepend_fetchers = [
{
id = "mime";
name = "*";
run = "mime-ext";
prio = "high";
}
{
id = "git";
name = "*";