From 40494f643717f2ccaa0e8aab65ce6939c9ac53a5 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Tue, 7 Dec 2021 15:16:18 +0100 Subject: [PATCH] chore(zsh): change default editor to NeoVim --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 127bfdc..c0e3e6f 100644 --- a/zshrc +++ b/zshrc @@ -65,8 +65,8 @@ bindkey -M viins '^x^j' fzf-cd-widget # (j)ump export KEYTIMEOUT=1 export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc -export GIT_EDITOR=vim -export EDITOR=vim +export GIT_EDITOR=nvim +export EDITOR=nvim path=( $HOME/.dotfiles/bin