From e7ed19386a8880751ac8865717eac9d0dffe45ea Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 27 Mar 2023 16:12:52 -0500 Subject: [PATCH] Use NeoVim as default editor --- zshrc.local | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc.local b/zshrc.local index bdd2352..c25ddf7 100644 --- a/zshrc.local +++ b/zshrc.local @@ -9,6 +9,10 @@ export HISTFILE=$HOME/.zsh_history export HISTSIZE=4096 export SAVEHIST=4096 +# use NeoVim as EDITOR +export VISUAL=nvim +export EDITOR=$VISUAL + # shared history setopt append_history setopt inc_append_history