From 6e8125eae66d38e78e9b733a6337360ba30aee7a Mon Sep 17 00:00:00 2001 From: Gregor Feierabend <23300469@sun.ac.za> Date: Sun, 29 Aug 2021 09:32:45 +0200 Subject: [PATCH] changed vim to vi in vifmrc --- .config/vifm/vifmrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index 00fb3c3..bbb3a0a 100755 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -11,7 +11,7 @@ " 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=vi " set vicmd=elvis\ -G\ termcap " set vicmd=vile @@ -133,12 +133,12 @@ mark h ~/ " %m run the command in a menu window command! df df -h %m 2> /dev/null -command! diff vim -d %f %F +command! diff vi -d %f %F command! zip zip -r %f.zip %f command! run !! ./%f command! make !!make %a command! mkcd :mkdir %a | cd %a -command! vgrep vim "+grep %a" +command! vgrep vi "+grep %a" command! reload :write | restart " ------------------------------------------------------------------------------