vifm: Add tree color preview for directories
Use exa as initial program to display directory previews, fall back to tree otherwise.
This commit is contained in:
parent
270edf13b1
commit
92ad105483
1 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,9 @@ filextype *.pro qtcreator %f &
|
||||||
filextype */
|
filextype */
|
||||||
\ {View in thunar}
|
\ {View in thunar}
|
||||||
\ Thunar %f &,
|
\ Thunar %f &,
|
||||||
|
fileviewer */
|
||||||
|
\ exa --color always --tree -L2,
|
||||||
|
\ tree -L 2,
|
||||||
|
|
||||||
" Syntax highlighting in preview
|
" Syntax highlighting in preview
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue