From 5a88276e798a5134a183fd1db2c87640633302f9 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 31 May 2012 21:43:38 -0400 Subject: [PATCH] Replace Vim with nano The default keymap used in Oh My Zsh is Emacs. As such, the editor should not be set to Vim. Unfortunately, the editor cannot be set to Emacs because it is not always installed by default. Set the default editor to nano. --- templates/zshenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zshenv b/templates/zshenv index b3412e2..6efdda3 100644 --- a/templates/zshenv +++ b/templates/zshenv @@ -56,8 +56,8 @@ if [[ -z "$LANG" ]]; then fi # Editors -export EDITOR="vim" -export VISUAL="vim" +export EDITOR='nano' +export VISUAL='nano' export PAGER='less' # Browser (Default)