This commit is contained in:
Luke Smith
2019-04-21 20:42:39 -04:00
parent 46f91c5f71
commit 148cc7e832
2 changed files with 3 additions and 5 deletions

7
mailcap Normal file
View File

@ -0,0 +1,7 @@
text/plain; vim %s ;
text/html; openfile %s ;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/*; muttimage %s ; copiousoutput
video/*; setsid mpv --quiet %s &; copiousoutput
application/pdf; openfile %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;