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, 3 insertions, 1 deletions
diff --git a/dot_config/yazi/yazi.toml b/dot_config/yazi/yazi.toml
index 0387edc..6c53cfe 100644
--- a/dot_config/yazi/yazi.toml
+++ b/dot_config/yazi/yazi.toml
@@ -8,7 +8,9 @@ title_format = "Yazi: {cwd}"
# (otherwise yazi treats the viewer as an unfinished task and prompts on quit).
[opener]
open = [{ run = 'xdg-open "$@"', desc = "Open", orphan = true }]
-view-md = [{ run = 'glow -p -- "$@"', desc = "Render markdown (glow)", block = true }]
+view-md = [
+ { run = 'glow -p -- "$@"', desc = "Render markdown (glow)", block = true },
+]
# Render markdown with glow inside yazi instead of letting xdg-open hand it
# to a text editor.