diff --git a/.zshrc b/.zshrc index 61e48af..44e8959 100644 --- a/.zshrc +++ b/.zshrc @@ -59,9 +59,7 @@ bindkey '^p' history-search-backward bindkey '^n' history-search-forward bindkey '^[w' kill-region -if iscmd helix; then - export EDITOR=helix -elif iscmd nvim; then +if iscmd nvim; then export EDITOR=nvim else export EDITOR=vim