|
|
|
@ -1,3 +1,5 @@
@@ -1,3 +1,5 @@
|
|
|
|
|
" vim: ft=vim |
|
|
|
|
|
|
|
|
|
filetype *.vk vkdigest.py -f %f -c | w3m -T text/html |
|
|
|
|
|
|
|
|
|
" Текстовые форматы |
|
|
|
@ -18,7 +20,8 @@ fileviewer *.torrent dumptorrent -v %f
@@ -18,7 +20,8 @@ fileviewer *.torrent dumptorrent -v %f
|
|
|
|
|
filetype *.txt nvim %f |
|
|
|
|
|
|
|
|
|
" img |
|
|
|
|
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif sxiv %c %d/ |
|
|
|
|
filetype *.bmp,*.jpg,*.jpeg,*.png,*.gif sxiv %c %d/, x-open %c |
|
|
|
|
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif sxiv %c %d/, x-open %c |
|
|
|
|
filextype *.svg sensible-browser %f & |
|
|
|
|
" fileviewer *.jpg,*.png lsimg %d/%f %q %pc |
|
|
|
|
fileviewer *.jpg,*.png exiv2 %f |
|
|
|
@ -37,27 +40,28 @@ filextype *.m3u vlc %f &
@@ -37,27 +40,28 @@ filextype *.m3u vlc %f &
|
|
|
|
|
|
|
|
|
|
" office |
|
|
|
|
filextype *.doc,*.docx,*.xls,*.xlsx,*.rtf,*.ppt,*.pptx,*.pps,*.odt,*.ott,*.sxw,*.stw,*.vsd |
|
|
|
|
\ libreoffice %f & |
|
|
|
|
\ libreoffice %f &, x-open %f |
|
|
|
|
|
|
|
|
|
" pdf |
|
|
|
|
filetype *.pdf zathura %f & |
|
|
|
|
filetype *.pdf zathura %f &, x-open %f |
|
|
|
|
fileviewer *.pdf pdftotext -nopgbrk %f - |
|
|
|
|
|
|
|
|
|
" djvu |
|
|
|
|
filextype *.djvu |
|
|
|
|
\ zathura %f &, |
|
|
|
|
\ qpdfview %f &, |
|
|
|
|
\ djview %f & |
|
|
|
|
\ djview %f &, |
|
|
|
|
\ x-open %f |
|
|
|
|
filetype *.djvu apvlv %f & |
|
|
|
|
|
|
|
|
|
" ebooks |
|
|
|
|
filextype *.fb2,*.mobi,*.epub,*.chm,*.fb2.zip pybr %f & |
|
|
|
|
filextype *.fb2,*.mobi,*.epub,*.chm,*.fb2.zip pybr %f &, x-open %f |
|
|
|
|
|
|
|
|
|
" markdown |
|
|
|
|
" fileviewer *.md mdcat %c |
|
|
|
|
|
|
|
|
|
" web-страницы |
|
|
|
|
filetype *.html,*.htm xdg-open %f |
|
|
|
|
filetype *.html,*.htm x-open %f |
|
|
|
|
fileviewer *.html,*.htm w3m %f |
|
|
|
|
|
|
|
|
|
" Архивы |
|
|
|
|