9 lines
119 B
TOML
9 lines
119 B
TOML
[mgr]
|
|
show_hidden = true
|
|
show_symlink = true
|
|
|
|
[opener]
|
|
edit = [
|
|
{ run = 'helix "$@"', block = true, for = 'unix' }
|
|
]
|