Browse Source

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

master
TiynGER 1 year ago
parent
commit
9e5dd67b3d
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .config/vifm/vifmrc

+ 4
- 1
.config/vifm/vifmrc

@ -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