Last active
August 29, 2015 14:15
-
-
Save pawel-dubiel/cb261f790848f03b6c14 to your computer and use it in GitHub Desktop.
vim
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
: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. | |
Next tab: gt | |
Prior tab: gT | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment