Change some default apps in vifm (editor, shell, audio player)
This commit is contained in:
parent
3f2a8fcb40
commit
0e4b07f015
1 changed files with 2 additions and 4 deletions
|
@ -11,10 +11,10 @@
|
||||||
" If you would like to use another vi clone such as Elvis or Vile
|
" If you would like to use another vi clone such as Elvis or Vile
|
||||||
" you will need to change this setting.
|
" you will need to change this setting.
|
||||||
|
|
||||||
set vicmd=vim
|
set vicmd=nvim
|
||||||
" set vicmd=elvis\ -G\ termcap
|
" set vicmd=elvis\ -G\ termcap
|
||||||
" set vicmd=vile
|
" set vicmd=vile
|
||||||
set shell=/bin/sh
|
set shell=/bin/fish
|
||||||
|
|
||||||
" This makes vifm perform file operations on its own instead of relying on
|
" 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
|
" standard utilities like `cp`. While using `cp` and alike is a more universal
|
||||||
|
@ -190,8 +190,6 @@ filextype *.djvu
|
||||||
|
|
||||||
" Audio
|
" Audio
|
||||||
filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus
|
filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus
|
||||||
\ {Play using mpv}
|
|
||||||
\ mpv %c &,
|
|
||||||
\ {Play using vlc}
|
\ {Play using vlc}
|
||||||
\ vlc %c &,
|
\ vlc %c &,
|
||||||
\ {Play using ffplay}
|
\ {Play using ffplay}
|
||||||
|
|
Loading…
Add table
Reference in a new issue