Added vim aliases file
Here, I am checking for the existence of mvim. If it exists, then I will alias vim to `mvim -v`
This commit is contained in:
4
vim/aliases.zsh
Normal file
4
vim/aliases.zsh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# load the macvim version of terminal vim
|
||||||
|
if which mvim &> /dev/null; then
|
||||||
|
alias vim='mvim -v'
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user