From: Simon Ruderich Date: Wed, 13 May 2009 13:21:30 +0000 (+0200) Subject: zsh/rc: Don't use vim -p. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=18f4f34fc9927484312c7be0e1efddbb9c9ab42d;p=config%2Fdotfiles.git zsh/rc: Don't use vim -p. I use buffers now. --- diff --git a/zsh/rc b/zsh/rc index e17deed..ab18110 100644 --- a/zsh/rc +++ b/zsh/rc @@ -387,11 +387,6 @@ function ll() { la -l $* } -# Multiple files given to Vim are opened in tabs, supported since Vim 7. -if [[ ${${${(f)"$(vim --version)"}[1]#VIM - Vi IMproved }%% *} == 7* ]]; then - alias vim='vim -p' -fi - # I sometimes confuse editor and shell, print a warning to prevent I exit the # shell. alias :q='echo "This is not Vim!" >&2'