Last Updated: February 25, 2016
·
400
· dawehner

Open multiple files with vim as tab

This day I wanted to edit a bunch of files using vim.

By default vim uses some sort of background buffers, so I thought having all of the files as tabs would be better.

All you need is to specify the -p option:

vim -p "pattern*"