about summary refs log tree commit diff
path: root/config/yazi
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2026-04-08 15:07:12 +0100
committervenomade <venomade@venomade.com>2026-04-08 15:07:12 +0100
commitd422bc2b77ece72be1098bf05728275ef3306ee5 (patch)
tree8b6b6f0da228dc99f36d91cf7841c425963e73f5 /config/yazi
parenta6543a0ba0e5399515e3dbe507a8bd12958839cc (diff)
Before the Return of the Mac HEAD master
Asahi Bugs
- Forked GL is very annoying to deal with
- Fairydust branch requires 8GB of RAM for display
- AArch64 Linux is not very compatible with much software
- DRM and other video related things are buggy/do not work
- Updating can often break fairydust
Diffstat (limited to 'config/yazi')
-rw-r--r--config/yazi/yazi.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/yazi/yazi.toml b/config/yazi/yazi.toml
index 4f05c94..59cc31d 100644
--- a/config/yazi/yazi.toml
+++ b/config/yazi/yazi.toml
@@ -5,3 +5,8 @@ show_hidden = true
 linemode = "size"
 scrolloff = 12
 ratio = [1,2,0]
+
+[opener]
+edit = [
+	{ run = "kak %s", block = true, for = "unix" },
+]