From 2d266ca85b3a3d547ac3b5d721a2bd26df996dbb Mon Sep 17 00:00:00 2001 From: nekochemist Date: Thu, 19 Feb 2026 23:48:07 +0500 Subject: [PATCH] new file: .config/yazi/yazi.toml --- .config/yazi/yazi.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/yazi/yazi.toml diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml new file mode 100644 index 0000000..0af17bc --- /dev/null +++ b/.config/yazi/yazi.toml @@ -0,0 +1,7 @@ +[mgr] +linemode = "size" +mouse_events = ["click", "scroll", "touch", "move", "drag"] +[opener] +edit = [ + { run = "neovide %s", block = true, for = "unix" }, +]