Browse Source

vifm: ++mpv

Maxim Likhachev 5 years ago
parent
commit
e1ee91e5c5
  1. 2
      etc/soft/vifm/filetypes
  2. 3
      etc/soft/vifm/vifmrc

2
etc/soft/vifm/filetypes

@ -33,7 +33,7 @@ fileviewer *.mp3 exiftool %f, mp3info %f
" video " video
filextype *.avi,*.mp4,*.wmv,*.3gp,*.ogv,*.mkv,*.mpg,*.vob,*.flv,*.mov filextype *.avi,*.mp4,*.wmv,*.3gp,*.ogv,*.mkv,*.mpg,*.vob,*.flv,*.mov
\ vlc %f & \ mpv %f &, vlc %f &
" playlist " playlist
filextype *.m3u vlc %f & filextype *.m3u vlc %f &

3
etc/soft/vifm/vifmrc

@ -37,6 +37,9 @@ set findprg="fd %A %s"
set timefmt="%d.%m.%y %H:%M" set timefmt="%d.%m.%y %H:%M"
" Отключить отображение / в именах директорий
set classify=
" %t - file name (considering value of the 'classify' option) " %t - file name (considering value of the 'classify' option)
" %T - symbolic link target (empty for other filetypes) " %T - symbolic link target (empty for other filetypes)
" %f - file name relative to current directory (considers 'classify') " %f - file name relative to current directory (considers 'classify')

Loading…
Cancel
Save