summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-03-23 21:59:10 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-03-23 21:59:10 -0400
commitc96f80889c75670c5081d04478f27b0d2fbb79ea (patch)
tree8c954e978965e99ce230c987ae5ce5e7f8f5c7c7 /.config
parenteaa4dfc692aa5d53168963b87eddc26f8292138f (diff)
downloadeibhear-c96f80889c75670c5081d04478f27b0d2fbb79ea.tar.gz
eibhear-c96f80889c75670c5081d04478f27b0d2fbb79ea.tar.zst
eibhear-c96f80889c75670c5081d04478f27b0d2fbb79ea.zip
vifmrc preview regex fix
Diffstat (limited to '.config')
-rw-r--r--.config/vifm/vifmrc2
1 files changed, 1 insertions, 1 deletions
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 &