Skip to content

Commit

Permalink
vi -X: don't use X11 in Vim; speeds up Vim start on the Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed May 23, 2010
1 parent 33cb5ef commit 73d0e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ alias die='logout'
alias ll='ls -lah'
alias lt='tree -AphL'
alias tree='tree -A'
alias vim='vim -O' # if you want the default, just type vim -O1
alias vim='vim -XO' # if you want the default, just type vim -O1
alias vi='vim'
alias ci='echo "You probably meant vi. Or are you still using RCS?" #'
alias grep='grep --color=auto'
Expand Down

0 comments on commit 73d0e40

Please sign in to comment.