mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
more helpful comments
This commit is contained in:
parent
6b3f8e7773
commit
b8a1502102
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
# This file tells neomutt what program to open for what file type
|
||||
# Read more here: https://neomutt.org/guide/mimesupport
|
||||
|
||||
# any image should be handled by sixel right now
|
||||
# image/*; (clear && img2sixel %s); needsterminal; copiousoutput
|
||||
image/*; (clear && img2sixel %s); needsterminal
|
||||
image/*; img2sixel %s; needsterminal
|
||||
|
||||
# for displaying html files
|
||||
text/html; w3m -sixel -o auto_image=TRUE -o display_image=1 -T text/html %s; nametemplate=%s.html; needsterminal
|
||||
|
||||
# pdf files currently only work on macOS, using open (which defaults to preview)
|
||||
application/pdf; open %s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue