mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-02 18:39:26 +00:00
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.
This commit is contained in:
@ -56,8 +56,8 @@ if [[ -z "$LANG" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
export EDITOR="vim"
|
export EDITOR='nano'
|
||||||
export VISUAL="vim"
|
export VISUAL='nano'
|
||||||
export PAGER='less'
|
export PAGER='less'
|
||||||
|
|
||||||
# Browser (Default)
|
# Browser (Default)
|
||||||
|
Reference in New Issue
Block a user