1. 5
    Create New Files in Vim
    36s

Create New Files in Vim

InstructorMichael Chan

Share this video with your friends

Send Tweet

Create new files in Vim by creating a new buffer and writing it to disk.

The :new command is used — in normal mode — to create new buffers in horizontal splits. As an alternative, :vnew can be used create new buffers in vertical splits.