From 06a3215f64e2611409c9c4b665a195b0096bb558 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 30 Aug 2016 14:31:47 +0100 Subject: [PATCH] Set default EDITOR to vim. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 39dd602..906dec2 100755 --- a/.bashrc +++ b/.bashrc @@ -40,7 +40,7 @@ getkey() { #-------------------------------------------------------------------------------- # The best editor #-------------------------------------------------------------------------------- -export EDITOR=vi +export EDITOR=vim #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------