summary refs log tree commit diff
path: root/.config/vifm
diff options
context:
space:
mode:
Diffstat (limited to '.config/vifm')
-rw-r--r--.config/vifm/vifmrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc
index 6af0b3f..c815d76 100644
--- a/.config/vifm/vifmrc
+++ b/.config/vifm/vifmrc
@@ -65,10 +65,10 @@ command ssh
 
 " Pdf
 filextype *.pdf 
-        \ {View in mupdf}
-        \ mupdf %c &,
         \ {View in zathura}
         \ zathura %c %i &,
+        \ {View in mupdf}
+        \ mupdf %c &,
 fileviewer *.pdf pdftotext -nopgbrk %c -
 " PostScript
 filextype *.ps,*.eps,*.ps.gz