mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(zsh): change default editor to NeoVim
This commit is contained in:
4
zshrc
4
zshrc
@@ -65,8 +65,8 @@ bindkey -M viins '^x^j' fzf-cd-widget # (j)ump
|
|||||||
|
|
||||||
export KEYTIMEOUT=1
|
export KEYTIMEOUT=1
|
||||||
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
|
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
|
||||||
export GIT_EDITOR=vim
|
export GIT_EDITOR=nvim
|
||||||
export EDITOR=vim
|
export EDITOR=nvim
|
||||||
|
|
||||||
path=(
|
path=(
|
||||||
$HOME/.dotfiles/bin
|
$HOME/.dotfiles/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user