+ t r
p View the file in the pager
- exec $PAGER %f
+ exec ${PAGER:-more} %f
+ t r
b View the file in a browser
+= t r & f \.(doc|DOC|rtf)$
d catdoc
- catdoc %f | less
+ catdoc %f | ${PAGER:-more}
+= t r & f \.(docx|DOCX)$
d docx2txt
- docx2txt %f - | less
+ docx2txt %f - | ${PAGER:-more}
+= t r & f \.(xls|XLS)$
x xls2csv
- xls2csv %f | less
+ xls2csv %f | ${PAGER:-more}
+ t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|xpm)$ | t t
= t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|xpm)$