Created
December 29, 2016 17:27
-
-
Save leveled/44eec3df7f1b8d04be3088acb27e0980 to your computer and use it in GitHub Desktop.
Using Vim's Buffer feature split tabs
This file contains hidden or 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
: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