Switch to nvim as default text editor in terminal
This commit is contained in:
parent
c15d42808d
commit
e059380f45
9
.zshrc
9
.zshrc
@ -105,10 +105,11 @@ zstyle ':completion:*' use-cache on
|
|||||||
zstyle ':completion:*' cache-path ~/.zsh/cache
|
zstyle ':completion:*' cache-path ~/.zsh/cache
|
||||||
zstyle ':completion:*' menu no
|
zstyle ':completion:*' menu no
|
||||||
|
|
||||||
export EDITOR='bbedit --wait --resume'
|
export EDITOR='nvim'
|
||||||
export GIT_EDITOR='bbedit --wait --resume'
|
export GIT_EDITOR='nvim'
|
||||||
export TEXEDIT='bbedit --wait --resume'
|
export TEXEDIT='nvim'
|
||||||
export LESSEDIT='bbedit --wait --resume'
|
export LESSEDIT='nvim'
|
||||||
|
export VISUAL='nvim'
|
||||||
|
|
||||||
### ENV CONFIG
|
### ENV CONFIG
|
||||||
export PATH="${HOME}/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:${HOME}/.cargo/bin:/opt/homebrew/opt/rustup/bin:/Applications/IntelliJ IDEA.app/Contents/MacOS:/usr/local/bin:${GOROOT}/bin:$PATH"
|
export PATH="${HOME}/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:${HOME}/.cargo/bin:/opt/homebrew/opt/rustup/bin:/Applications/IntelliJ IDEA.app/Contents/MacOS:/usr/local/bin:${GOROOT}/bin:$PATH"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user