Many time we need to work with multiple files all together.
Tested on Linux box under vim v6.3 and vim v7.1
Open multiple files in vim altogether
vim file1 file2 file3 ….
vim dirPath/pattern for files like vim perlfiles/*.pl open multiple files in vim
It will load in buffer simultaneously so that you can go back and forth to navigate files