aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/yazi/yazi.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/yazi/yazi.toml')
-rw-r--r--dot_config/yazi/yazi.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/yazi/yazi.toml b/dot_config/yazi/yazi.toml
index 4cac20e..267740c 100644
--- a/dot_config/yazi/yazi.toml
+++ b/dot_config/yazi/yazi.toml
@@ -13,7 +13,7 @@ view-md = [{ run = 'okular "$@"', desc = "View with Okular", orphan = true }]
# Open markdown with okular directly (bypasses xdg-open / mimeapps).
[open]
prepend_rules = [
- { name = "*.md", use = "view-md" },
- { name = "*.markdown", use = "view-md" },
+ { url = "*.md", use = "view-md" },
+ { url = "*.markdown", use = "view-md" },
{ mime = "text/markdown", use = "view-md" },
]