summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index ba081c7..8dd203a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -196,7 +196,7 @@ if [[ $? == 0 ]]; then
maybe_add_dir_to_path $HOME/.R
fi
-export EDITOR='vim -p'
+export EDITOR='nvim -p'
alias qmv='qmv -evim -fdo'
export LC_ALL=en_US.UTF-8