Commit 9bd6d3dc authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Hardcode vim.remote as the editor in vim alias

parent 88b3a33a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ alias fgrep='~/.shell/bin/grep-auto-exclude fgrep -n'
alias egrep='~/.shell/bin/grep-auto-exclude egrep -n'

# special vim
alias vim="FROM_ALIAS=yes $EDITOR"
alias vim="FROM_ALIAS=yes ~/.vim/bin/vim.remote"


## Common miss-spellings