How can I open several files using wildcards in a new tab for each file with VIM?
Similar to How can I open several files at once in Vim? but in new tabs instead of buff
with the p option: vim -p file1.cc file2.cc file3.cc
p
vim -p file1.cc file2.cc file3.cc