full nvim

This commit is contained in:
Thomas Ruoff
2021-06-26 00:02:49 +02:00
parent ea68595ed6
commit e0fe7a33ae
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ else # BSD like `ls`
ls_colorflag="-G" ls_colorflag="-G"
fi fi
alias vim='nvim'
alias ls="ls ${ls_colorflag}" alias ls="ls ${ls_colorflag}"
alias ll='ls -al' alias ll='ls -al'
alias ff='find . -name' alias ff='find . -name'

View File

@@ -1,4 +1,4 @@
export VISUAL=vim export VISUAL=nvim
export EDITOR=$VISUAL export EDITOR=$VISUAL
autoload edit-command-line; zle -N edit-command-line autoload edit-command-line; zle -N edit-command-line