Skip to content

Instantly share code, notes, and snippets.

@ruanyl
Created March 30, 2014 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruanyl/9873016 to your computer and use it in GitHub Desktop.
Save ruanyl/9873016 to your computer and use it in GitHub Desktop.
There are many ways to open a new buffer with no name, the simplest of which is :new.
:new will create a split window with an unnamed buffer.
:enew will open one in the current window.
:vnew will open one in a vertically split window.
:tabnew will open one in a new tab.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment