From 6b4e6df080ecdeae2af313ca70546c9ab141e93f Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 24 Nov 2021 20:27:14 +0100 Subject: Add nvim as editor wherever possible .config/zsh/includes/export.zsh: Change all relevant exports to use nvim instead of vim. --- .config/zsh/includes/export.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/zsh/includes') diff --git a/.config/zsh/includes/export.zsh b/.config/zsh/includes/export.zsh index 59eb186..da7fe67 100644 --- a/.config/zsh/includes/export.zsh +++ b/.config/zsh/includes/export.zsh @@ -37,11 +37,11 @@ export BROWSER=firefox export REPORTTIME=5 # systemd -export SYSTEMD_EDITOR=vim +export SYSTEMD_EDITOR=nvim # editor -export EDITOR=vim -export VISUAL=vim +export EDITOR=nvim +export VISUAL=nvim # if vimpager is installed, use it instead of less if [[ -x /usr/bin/vimpager ]];then -- cgit v1.2.3-54-g00ecf