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" }, +]