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:
@@ -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
|
||||
|
Reference in New Issue
Block a user