aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-27 22:37:34 +0900
committernsfisis <nsfisis@gmail.com>2021-11-27 22:38:54 +0900
commit5d6ba50c812c6a796413fe45cbed666d9aa0d383 (patch)
tree58f757535d418041a40ae79d20333e91d2397c9f
parent74b4e5aac83250759a6246216c2c361bab653a5b (diff)
downloaddotfiles-5d6ba50c812c6a796413fe45cbed666d9aa0d383.tar.gz
dotfiles-5d6ba50c812c6a796413fe45cbed666d9aa0d383.tar.zst
dotfiles-5d6ba50c812c6a796413fe45cbed666d9aa0d383.zip
zsh: set "nvim" to $VISUAL and $EDITOR
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index b5564f1..0b25659 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,7 +1,7 @@
export LANG=ja_JP.UTF-8
-export VISUAL=vim
-export EDITOR=vim
+export VISUAL=nvim
+export EDITOR=nvim
export LSCOLORS=exfxcxdxbxegedabagacad
export LS_COLORS='di=34:ln=35:so=32:pi=33:ex=31:bd=46;34:cd=43;34:su=41;30:sg=46;30:tw=42;30:ow=43;30'