From 962d1ff194f5abdc1a32eae1fce4c9810b6ed0a2 Mon Sep 17 00:00:00 2001 From: histalek Date: Mon, 16 Sep 2024 15:51:43 +0200 Subject: [PATCH] feat(zsh): Export nvim as default editor --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index bf3d0d9..b957c3b 100644 --- a/.zshrc +++ b/.zshrc @@ -22,8 +22,8 @@ zstyle ':completion:*' cache-path ~/.zsh/cache HISTFILE=~/.zhistory HISTSIZE=1000 SAVEHIST=500 -#export EDITOR=/usr/bin/nano -#export VISUAL=/usr/bin/nano +export EDITOR=/usr/bin/nvim +export VISUAL=/usr/bin/nvim WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word # Set TERM for with or without TMUX