diff --git a/.zshrc b/.zshrc index 24206ec..6258c51 100644 --- a/.zshrc +++ b/.zshrc @@ -47,6 +47,8 @@ # use nvim rather than vim if the command exists [ -x "$(command -v nvim)" ] && alias vim="nvim" vimdiff="nvim -d" + alias vv="$EDITOR" + # I do this too much by accident smh my head alias :q='exit' \ q='exit' \