Change default editor to vim cause emacsnw cries too much

This commit is contained in:
Marco Thomas
2021-06-21 12:19:23 +02:00
parent 5eddcb7841
commit 85efcbaea8

View File

@@ -80,8 +80,8 @@ if [ -f ~/.zshrc_local ]; then
fi fi
# ============================== Exports # ============================== Exports
export EDITOR="emacsnw" export EDITOR="vim"
export VISUAL="emacsnw" export VISUAL="vim"
# ============================== Completion # ============================== Completion
unsetopt menu_complete # do not autoselect the first completion entry unsetopt menu_complete # do not autoselect the first completion entry