Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, you can use the -p option to open Vim in tabbed mode with no open buffers. Here's the command:

vim -p

This will open Vim with an empty buffer in the first tab. You can then use the :tabnew command to open new tabs and create new buffers.