Update some vifm settings
This commit is contained in:
parent
fc5e029fd0
commit
b93a55ee01
1 changed files with 7 additions and 2 deletions
|
|
@ -240,7 +240,12 @@ command! reload :write | restart full
|
||||||
" program. There is also %FOREGROUND, which is useful for entering passwords.
|
" program. There is also %FOREGROUND, which is useful for entering passwords.
|
||||||
|
|
||||||
" Pdf
|
" Pdf
|
||||||
filextype {*.pdf},<application/pdf> zathura %c %i, apvlv %c, xpdf %c
|
filextype {*.pdf},<application/pdf>
|
||||||
|
\ {View using pfd viewer}
|
||||||
|
\ xdg-open %f,
|
||||||
|
\ zathura %c %i,
|
||||||
|
\ apvlv %c,
|
||||||
|
\ xpdf %c
|
||||||
fileviewer {*.pdf},<application/pdf> pdftotext -nopgbrk %c -
|
fileviewer {*.pdf},<application/pdf> pdftotext -nopgbrk %c -
|
||||||
|
|
||||||
" PostScript
|
" PostScript
|
||||||
|
|
@ -305,7 +310,7 @@ filextype {*.xhtml,*.html,*.htm},<text/html>
|
||||||
\ {Open with qutebrowser}
|
\ {Open with qutebrowser}
|
||||||
\ qutebrowser %f %i,
|
\ qutebrowser %f %i,
|
||||||
\ {Open with firefox}
|
\ {Open with firefox}
|
||||||
\ firefox %f &,
|
\ brave-browser %f &,
|
||||||
filetype {*.xhtml,*.html,*.htm},<text/html> links, lynx
|
filetype {*.xhtml,*.html,*.htm},<text/html> links, lynx
|
||||||
|
|
||||||
" Object
|
" Object
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue