yazi openers

This commit is contained in:
Henrik Bakken
2025-09-26 01:44:57 +02:00
parent c669e01f11
commit f668bab3be
+11
View File
@@ -10,6 +10,17 @@ image_delay = 50
max_width = 1500 max_width = 1500
max_height = 1500 max_height = 1500
[open]
prepend_rules = [
{ name = "*.csv", use = "text" },
]
[opener]
text = [
{ run = "bat $@", block = true, desc = "bat" },
{ run = "nvim $@", block = true, desc = "nvim" },
]
[input] [input]
cursor_blink = true cursor_blink = true