adding sc-im as standard-app for xlsx files in vifm

master
TiynGER 5 years ago
parent b7b1c8f7d6
commit 9e5dd67b3d

@ -168,7 +168,7 @@ command! reload :write | restart
" You can also add %CLEAR if you want to clear screen before running FUSE " You can also add %CLEAR if you want to clear screen before running FUSE
" program. " program.
" Pdf " PDF
filextype *.pdf zathura %c %i &, apvlv %c, xpdf %c filextype *.pdf zathura %c %i &, apvlv %c, xpdf %c
fileviewer *.pdf fileviewer *.pdf
\ vifmimg pdfpreview %px %py %pw %ph %c \ vifmimg pdfpreview %px %py %pw %ph %c
@ -176,6 +176,9 @@ fileviewer *.pdf
\ vifmimg clear \ vifmimg clear
"\ pdftotext -nopgbrk %c - "\ pdftotext -nopgbrk %c -
" CSV
filetype *.csv,*.xlsx sc-im %f
" PostScript " PostScript
filextype *.ps,*.eps,*.ps.gz filextype *.ps,*.eps,*.ps.gz
\ {View in zathura} \ {View in zathura}

Loading…
Cancel
Save