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 the following, this gives you lots of features that you'd expect to have in other editors such as Sublime Text / Textmate
.vimrc: let g:airline#extensions#tabline#enabled = 1. This automatically displays all the buffers as tab headers when you have no tab pages openedset wildmenu in your .vimrc then when you type :b + Tab for a buffer you will get a list of possible buffers that you can use left/right arrows to scroll through:Explore but makes it much easier to work with. You just type - to open the explorer, which is the same key as to go up a directory in the explorer. Makes navigating faster (however with fzf I rarely use this):cdo on the results to do search and replace