1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

nvim/vifm: improved handling of pdf files with semicolons and other special characters

This commit is contained in:
2023-12-09 01:22:48 +01:00
parent e8a7b8d896
commit 50f5b2e2c7
2 changed files with 7 additions and 7 deletions

View File

@@ -171,7 +171,7 @@ command! reload :write | restart
" program.
" PDF
filextype *.pdf zathura %c %i &, apvlv %c, xpdf %c
filextype *.pdf zathura ./%c %i &, apvlv %c, xpdf %c
fileviewer *.pdf
\ vifmimg pdf %px %py %pw %ph %c
\ %pc
@@ -183,14 +183,14 @@ filetype *.csv,*.xlsx,*.sc sc-im %f
" PostScript
filextype *.ps,*.eps,*.ps.gz
\ {View in zathura}
\ zathura %f,
\ zathura ./%f,
\ {View in gv}
\ gv %c %i &,
" Djvu
filextype *.djvu
\ {View in zathura}
\ zathura %f,
\ zathura ./%f,
\ {View in apvlv}
\ apvlv %f,
fileviewer *.djvu
@@ -201,7 +201,7 @@ fileviewer *.djvu
" epub
filextype *.epub
\ {View in zathura}
\ zathura %f,
\ zathura ./%f,
fileviewer *.epub
\ vifmimg epub %px %py %pw %ph %c
\ %pc