From c0981b02e51c1f5d18ab142336fc76fa28560d32 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 28 May 2024 21:52:10 +0100 Subject: [PATCH] Use neovim as the default editor --- zshrc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.zsh b/zshrc.zsh index 94dd919..63888b3 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -26,7 +26,7 @@ zstyle ':completion:*' rehash true export LANG=en_GB.UTF-8 # Preferred editor for local and remote sessions -export EDITOR='vim' +export EDITOR='nvim' # Set the DEFAULT_USER variable to me (jonny) export DEFAULT_USER="jonny"