Change some default apps in vifm (editor, shell, audio player)

This commit is contained in:
Bruno Carlin 2020-06-12 11:04:37 +02:00
parent 3f2a8fcb40
commit 0e4b07f015

View file

@ -11,10 +11,10 @@
" If you would like to use another vi clone such as Elvis or Vile
" you will need to change this setting.
set vicmd=vim
set vicmd=nvim
" set vicmd=elvis\ -G\ termcap
" set vicmd=vile
set shell=/bin/sh
set shell=/bin/fish
" This makes vifm perform file operations on its own instead of relying on
" standard utilities like `cp`. While using `cp` and alike is a more universal
@ -190,8 +190,6 @@ filextype *.djvu
" Audio
filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus
\ {Play using mpv}
\ mpv %c &,
\ {Play using vlc}
\ vlc %c &,
\ {Play using ffplay}