From ff36b11e4f5df9b9187b62190cf841268053c881 Mon Sep 17 00:00:00 2001 From: Lukrecja Date: Mon, 29 Dec 2025 14:37:09 +0100 Subject: [PATCH] change default yazi editor and other programs --- yazi/yazi.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 yazi/yazi.toml diff --git a/yazi/yazi.toml b/yazi/yazi.toml new file mode 100644 index 0000000..6220a0e --- /dev/null +++ b/yazi/yazi.toml @@ -0,0 +1,10 @@ +[opener] +play = [ + { run = 'vlc "$@"', orphan = true, for = "unix" }, +] +edit = [ + { run = 'nvim "$@"', block = true, for = "unix" }, +] +open = [ + { run = 'xdg-open "$@"', desc = "Open" }, +]