Use neovim as the default editor
This commit is contained in:
parent
e5c057ca15
commit
c0981b02e5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ zstyle ':completion:*' rehash true
|
||||||
export LANG=en_GB.UTF-8
|
export LANG=en_GB.UTF-8
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
# Preferred editor for local and remote sessions
|
||||||
export EDITOR='vim'
|
export EDITOR='nvim'
|
||||||
|
|
||||||
# Set the DEFAULT_USER variable to me (jonny)
|
# Set the DEFAULT_USER variable to me (jonny)
|
||||||
export DEFAULT_USER="jonny"
|
export DEFAULT_USER="jonny"
|
||||||
|
|
Loading…
Add table
Reference in a new issue