diff options
| author | 2026-05-13 13:43:32 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:32 +0100 | |
| commit | 0c15212f4f2389f743b17cb6ceff50f1f9267a1b (patch) | |
| tree | 9db73d86cfebc23b3032b32a1cc3be7b1e8bef38 /dot_config/yazi | |
| parent | 2970b9dddc6b89705a6836fa0864fb841925ff6f (diff) | |
| download | dotfiles-0c15212f4f2389f743b17cb6ceff50f1f9267a1b.tar.gz dotfiles-0c15212f4f2389f743b17cb6ceff50f1f9267a1b.tar.bz2 dotfiles-0c15212f4f2389f743b17cb6ceff50f1f9267a1b.zip | |
style: apply formatter drift across repo
Pre-existing whitespace/style drift caught by `just check`. Touch
nothing semantic — pure formatter output (shfmt -i 2 -ci -s, ruff,
prettier, taplo). Excludes dot_config/clangd/config.yaml whose manual
indentation is intentionally preserved.
Diffstat (limited to 'dot_config/yazi')
| -rw-r--r-- | dot_config/yazi/yazi.toml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/dot_config/yazi/yazi.toml b/dot_config/yazi/yazi.toml index 128c06c..4cac20e 100644 --- a/dot_config/yazi/yazi.toml +++ b/dot_config/yazi/yazi.toml @@ -7,17 +7,13 @@ title_format = "Yazi: {cwd}" # Override the default `open` opener so xdg-open is detached from yazi # (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 = 'okular "$@"', desc = "View with Okular", orphan = true }, -] +open = [{ run = 'xdg-open "$@"', desc = "Open", orphan = true }] +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" }, + { name = "*.md", use = "view-md" }, + { name = "*.markdown", use = "view-md" }, { mime = "text/markdown", use = "view-md" }, ] |
