alias vi and vim to neovim
This commit is contained in:
parent
0c2b4024b2
commit
b155137f2b
1 changed files with 5 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
alias luamk="latexmk -pdf -pvc -interaction=nonstopmode -pdflatex=lualatex"
|
||||
|
||||
if [ -x "$(command -v nvim)" ]; then
|
||||
alias vim="nvim"
|
||||
alias vi="nvim"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue