Change default editor to vim cause emacsnw cries too much
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user