Skip to content

Instantly share code, notes, and snippets.

@leveled
Created December 29, 2016 17:27
Show Gist options
  • Save leveled/44eec3df7f1b8d04be3088acb27e0980 to your computer and use it in GitHub Desktop.
Save leveled/44eec3df7f1b8d04be3088acb27e0980 to your computer and use it in GitHub Desktop.
Using Vim's Buffer feature split tabs
:tabnew
:buffers "note the numbers
:split
:bn " where n is the number of
<CTRL-W><CTRL-W>
:bn " for the other file
:tabonly " not necessary, closes every other tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment