Created
March 30, 2014 13:45
-
-
Save ruanyl/9873016 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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