From c96f80889c75670c5081d04478f27b0d2fbb79ea Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 23 Mar 2019 21:59:10 -0400 Subject: [PATCH] vifmrc preview regex fix --- .config/vifm/vifmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index 5c5eb3f..c6dc1a3 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -45,7 +45,7 @@ nmap q ZQ fileview */ tree %c -L 1 --dirsfirst fileview ../ tree %c -L 1 --dirsfirst -fileviewer *md,*xml,*.css,*.py,*.c,*.h,*.sh,*.diff,*.tex,*.md,*.bib,*.sty,*.desktop highlight -O ansi %c +fileviewer *.md,*.xml,*.css,*.py,*.c,*.h,*.sh,*.diff,*.tex,*.md,*.bib,*.sty,*.desktop highlight -O ansi %c fileviewer *.html w3m -dump %c filextype *.html,*.htm firefox %f 2>/dev/null &