diff --git a/yazi/.config/yazi/yazi.toml b/yazi/.config/yazi/yazi.toml index d023f67..21b1aec 100644 --- a/yazi/.config/yazi/yazi.toml +++ b/yazi/.config/yazi/yazi.toml @@ -60,7 +60,7 @@ play = [ [open] rules = [ # Folder - { name = "*/", use = [ "edit", "open", "reveal" ] }, + { url = "*/", use = [ "edit", "open", "reveal" ] }, # Text { mime = "text/*", use = [ "edit", "reveal" ] }, # Image @@ -75,7 +75,7 @@ rules = [ # Empty file { mime = "inode/empty", use = [ "edit", "reveal" ] }, # Fallback - { name = "*", use = [ "open", "reveal" ] }, + { url = "*", use = [ "open", "reveal" ] }, ] [tasks]