yazi openers
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user