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