diff --git a/.zshrc.graphic b/.zshrc.graphic index 357351a..c87728d 100644 --- a/.zshrc.graphic +++ b/.zshrc.graphic @@ -14,7 +14,7 @@ if [ -d "${HOME}/.config/zsh/completions" ]; then fi ### edit cmds -export VISUAL=nvim +export VISUAL=vim autoload edit-command-line zle -N edit-command-line bindkey "^X^E" edit-command-line @@ -83,7 +83,7 @@ if [[ ! -z $TMUX ]]; then fi ## Editor -export EDITOR=nvim +export EDITOR=vim ## Locale export LANG=en_US.UTF-8