From 73b59f600570790fe64a500cec1cdb1f752efa19 Mon Sep 17 00:00:00 2001 From: blallo Date: Tue, 6 Feb 2024 18:06:11 +0100 Subject: [PATCH] vim --- .zshrc.graphic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc.graphic b/.zshrc.graphic index 357351a..c87728d 100644 --- a/.zshrc.graphic +++ b/.zshrc.graphic @@ -14,7 +14,7 @@ if [ -d "${HOME}/.config/zsh/completions" ]; then fi ### edit cmds -export VISUAL=nvim +export VISUAL=vim autoload edit-command-line zle -N edit-command-line bindkey "^X^E" edit-command-line @@ -83,7 +83,7 @@ if [[ ! -z $TMUX ]]; then fi ## Editor -export EDITOR=nvim +export EDITOR=vim ## Locale export LANG=en_US.UTF-8