in vim, I can one file en a new tab with :
:tabnew file
If I have many files, example: util.h and util.cpp.
how I can open the files in new tabs ?
similar to
:tabnew util.*
|
|
|
First, add the files as arguments:
Then use the
You could do this with |
||||
|
|