mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-17 22:56:25 +02:00
update yazi conf
This commit is contained in:
parent
6e62a037e6
commit
51affb6489
3 changed files with 31 additions and 293 deletions
|
@ -6,3 +6,16 @@
|
|||
sort_by = "natural"
|
||||
sort_dir_first = true
|
||||
show_hidden = true
|
||||
|
||||
[opener]
|
||||
nano = [
|
||||
{ run = 'nano "$@"', block = true }
|
||||
]
|
||||
code = [
|
||||
{ run = 'code "$@"', orphan = true }
|
||||
]
|
||||
|
||||
[open]
|
||||
rules = [
|
||||
{ mime = "text/*", use = [ "nano", "code" ] },
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue