commit 12cef5e8d616295a8ede33f20b58c05e6b230f4b
parent cb9784c89de27eb3b58cef8661d11ec997a70de7
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 4 Oct 2021 09:00:00 -0700
mutt: Use zathura for viewing PDFs instead of xpdf
Zathura is also lightweight but uses vim keybindings, which is nice.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap
@@ -12,7 +12,7 @@ image/png; sxiv %s
image/gif; sxiv %s
# PDFs
-application/pdf; xpdf %s
+application/pdf; zathura %s
# GPG
application/pgp-encrypted; gpg --decrypt; copiousoutput