mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Use NeoVim as default editor
This commit is contained in:
parent
fdaa20dff0
commit
e7ed19386a
@ -9,6 +9,10 @@ export HISTFILE=$HOME/.zsh_history
|
||||
export HISTSIZE=4096
|
||||
export SAVEHIST=4096
|
||||
|
||||
# use NeoVim as EDITOR
|
||||
export VISUAL=nvim
|
||||
export EDITOR=$VISUAL
|
||||
|
||||
# shared history
|
||||
setopt append_history
|
||||
setopt inc_append_history
|
||||
|
||||
Loading…
Reference in New Issue
Block a user