home/vifm: clean up default config
This commit is contained in:
parent
04e5a58eef
commit
60fbdb98ea
1 changed files with 1 additions and 77 deletions
|
@ -176,50 +176,6 @@ filextype {*.ps,*.eps,*.ps.gz},<application/postscript>
|
||||||
\ {View in gv}
|
\ {View in gv}
|
||||||
\ gv %c %i &,
|
\ gv %c %i &,
|
||||||
|
|
||||||
" Djvu
|
|
||||||
filextype {*.djvu},<image/vnd.djvu>
|
|
||||||
\ {View in zathura}
|
|
||||||
\ zathura %f,
|
|
||||||
\ {View in apvlv}
|
|
||||||
\ apvlv %f,
|
|
||||||
|
|
||||||
" Audio
|
|
||||||
filetype {*.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus},
|
|
||||||
\<audio/*>
|
|
||||||
\ {Play using ffplay}
|
|
||||||
\ ffplay -nodisp -autoexit %c,
|
|
||||||
\ {Play using MPlayer}
|
|
||||||
\ mplayer %f,
|
|
||||||
fileviewer {*.mp3},<audio/mpeg> mp3info
|
|
||||||
fileviewer {*.flac},<audio/flac> soxi
|
|
||||||
|
|
||||||
" Video
|
|
||||||
filextype {*.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
|
|
||||||
\*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.r[am],*.qt,*.divx,
|
|
||||||
\*.as[fx]},
|
|
||||||
\<video/*>
|
|
||||||
\ {View using ffplay}
|
|
||||||
\ ffplay -fs -autoexit %f,
|
|
||||||
\ {View using Dragon}
|
|
||||||
\ dragon %f:p,
|
|
||||||
\ {View using mplayer}
|
|
||||||
\ mplayer %f,
|
|
||||||
fileviewer {*.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
|
|
||||||
\*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.r[am],*.qt,*.divx,
|
|
||||||
\*.as[fx]},
|
|
||||||
\<video/*>
|
|
||||||
\ ffprobe -pretty %c 2>&1
|
|
||||||
|
|
||||||
" Web
|
|
||||||
filextype {*.html,*.htm},<text/html>
|
|
||||||
\ {Open with dwb}
|
|
||||||
\ dwb %f %i &,
|
|
||||||
\ {Open with firefox}
|
|
||||||
\ firefox %f &,
|
|
||||||
\ {Open with uzbl}
|
|
||||||
\ uzbl-browser %f %i &,
|
|
||||||
filetype {*.html,*.htm},<text/html> links, lynx
|
|
||||||
|
|
||||||
" Object
|
" Object
|
||||||
filetype {*.o},<application/x-object> nm %f | less
|
filetype {*.o},<application/x-object> nm %f | less
|
||||||
|
|
||||||
|
@ -229,27 +185,10 @@ fileviewer {*.[1-8]},<text/troff> man ./%c | col -b
|
||||||
|
|
||||||
" Images
|
" Images
|
||||||
filextype {*.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm},<image/*>
|
filextype {*.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm},<image/*>
|
||||||
\ {View in image-roll}
|
\ image-roll %f
|
||||||
\ image-roll %f,
|
|
||||||
\ {View in sxiv}
|
|
||||||
\ sxiv %f,
|
|
||||||
\ {View in gpicview}
|
|
||||||
\ gpicview %c,
|
|
||||||
\ {View in shotwell}
|
|
||||||
\ shotwell,
|
|
||||||
fileviewer {*.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm},<image/*>
|
fileviewer {*.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm},<image/*>
|
||||||
\ identify %f
|
\ identify %f
|
||||||
|
|
||||||
" OpenRaster
|
|
||||||
filextype *.ora
|
|
||||||
\ {Edit in MyPaint}
|
|
||||||
\ mypaint %f,
|
|
||||||
|
|
||||||
" Mindmap
|
|
||||||
filextype *.vym
|
|
||||||
\ {Open with VYM}
|
|
||||||
\ vym %f &,
|
|
||||||
|
|
||||||
" MD5
|
" MD5
|
||||||
filetype *.md5
|
filetype *.md5
|
||||||
\ {Check MD5 hash sum}
|
\ {Check MD5 hash sum}
|
||||||
|
@ -275,10 +214,6 @@ filetype {*.asc},<application/pgp-signature>
|
||||||
\ {Check signature}
|
\ {Check signature}
|
||||||
\ !!gpg --verify %c,
|
\ !!gpg --verify %c,
|
||||||
|
|
||||||
" Torrent
|
|
||||||
filetype {*.torrent},<application/x-bittorrent> ktorrent %f &
|
|
||||||
fileviewer {*.torrent},<application/x-bittorrent> dumptorrent -v %c
|
|
||||||
|
|
||||||
" FuseZipMount
|
" FuseZipMount
|
||||||
filetype {*.zip,*.jar,*.war,*.ear,*.oxt,*.apkg},
|
filetype {*.zip,*.jar,*.war,*.ear,*.oxt,*.apkg},
|
||||||
\<application/zip,application/java-archive>
|
\<application/zip,application/java-archive>
|
||||||
|
@ -301,11 +236,6 @@ fileviewer *.tar.xz,*.txz tar -tJf %c
|
||||||
fileviewer *.tar.zst,*.tzst tar -t --zstd -f %c
|
fileviewer *.tar.zst,*.tzst tar -t --zstd -f %c
|
||||||
fileviewer {*.tar},<application/x-tar> tar -tf %c
|
fileviewer {*.tar},<application/x-tar> tar -tf %c
|
||||||
|
|
||||||
" IsoMount
|
|
||||||
filetype {*.iso},<application/x-iso9660-image>
|
|
||||||
\ {Mount with fuseiso}
|
|
||||||
\ FUSE_MOUNT|fuseiso %SOURCE_FILE %DESTINATION_DIR,
|
|
||||||
|
|
||||||
" Office files
|
" Office files
|
||||||
filextype {*.odt,*.doc,*.docx,*.xls,*.xlsx,*.odp,*.pptx,*.ppt},
|
filextype {*.odt,*.doc,*.docx,*.xls,*.xlsx,*.odp,*.pptx,*.ppt},
|
||||||
\<application/vnd.openxmlformats-officedocument.*,
|
\<application/vnd.openxmlformats-officedocument.*,
|
||||||
|
@ -318,12 +248,6 @@ fileviewer {*.docx},
|
||||||
\vnd.openxmlformats-officedocument.wordprocessingml.document>
|
\vnd.openxmlformats-officedocument.wordprocessingml.document>
|
||||||
\ docx2txt.pl %f -
|
\ docx2txt.pl %f -
|
||||||
|
|
||||||
" TuDu files
|
|
||||||
filetype *.tudu tudu -f %c
|
|
||||||
|
|
||||||
" Qt projects
|
|
||||||
filextype *.pro qtcreator %f &
|
|
||||||
|
|
||||||
" Directories
|
" Directories
|
||||||
filextype */
|
filextype */
|
||||||
\ {View in thunar}
|
\ {View in thunar}
|
||||||
|
|
Loading…
Reference in a new issue