From 85efcbaea8405b87b01ee52b89003eaabf93fd09 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 21 Jun 2021 12:19:23 +0200 Subject: [PATCH] Change default editor to vim cause emacsnw cries too much --- files/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/.zshrc b/files/.zshrc index f654b37..28e5919 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -80,8 +80,8 @@ if [ -f ~/.zshrc_local ]; then fi # ============================== Exports -export EDITOR="emacsnw" -export VISUAL="emacsnw" +export EDITOR="vim" +export VISUAL="vim" # ============================== Completion unsetopt menu_complete # do not autoselect the first completion entry