From 69065b249f6109cb1928e6330f8a7a87cb82b07c Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Tue, 17 Nov 2015 00:10:31 -0500 Subject: [PATCH] Switch default editor from vi to vim --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index a84128b..0f29eec 100644 --- a/zshrc +++ b/zshrc @@ -34,7 +34,7 @@ chpwd() { export TERM=xterm-256color # Use vim as the editor -export EDITOR=vi +export EDITOR=vim # Grep tweaks export GREP_OPTIONS="-nRi --color --exclude-dir=.git --exclude-dir=tmp --exclude-dir=log --exclude-dir=node_modules --exclude-dir=bower_components --exclude-dir=coverage --exclude-dir=.bundle --exclude=*.csv --exclude=*.pdf --exclude-dir=vendor --exclude-dir=rdoc --exclude-dir=target --exclude-dir=personal" # --exclude-dir=images --exclude-dir=coverage