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:
I use buffer commands - :bn (next buffer), :bp (previous buffer) :buffers (list open buffers) :b (open buffer n) :bd (delete buffer). :e will just open into a new buffer.
:bn
:bp
:buffers
:b
:bd
:e