yazi openers
This commit is contained in:
+12
-1
@@ -2,7 +2,7 @@
|
||||
linemode = "mtime"
|
||||
show_hidden = true
|
||||
sort_by = "natural"
|
||||
ratio = [1, 4, 5]
|
||||
ratio = [ 1, 4, 5 ]
|
||||
|
||||
[preview]
|
||||
wrap = "yes"
|
||||
@@ -10,6 +10,17 @@ image_delay = 50
|
||||
max_width = 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]
|
||||
cursor_blink = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user