I\'ve started using Vim to develop Perl scripts and am starting to find it very powerful.
One thing I like is to be able to open multiple files at once with:
You can be an absolute madman and alias vim to vim -p by adding in your .bashrc:
vim
vim -p
.bashrc
alias vim="vim -p"
This will result in opening multiple files from the shell in tabs, without having to invoke :tab ball from within vim afterwards.
:tab ball