Skip to content

Instantly share code, notes, and snippets.

@pawel-dubiel
Last active August 29, 2015 14:15
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 pawel-dubiel/cb261f790848f03b6c14 to your computer and use it in GitHub Desktop.
Save pawel-dubiel/cb261f790848f03b6c14 to your computer and use it in GitHub Desktop.
vim
: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