about summary refs log tree commit diff
path: root/config/yazi/yazi.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/yazi/yazi.toml')
-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" },
+]