From 0e4b07f01518034cbe2095b813a14f0367fc943a Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Fri, 12 Jun 2020 11:04:37 +0200 Subject: [PATCH] Change some default apps in vifm (editor, shell, audio player) --- vifm/.config/vifm/vifmrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index 51d7446..85d2192 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -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}