Vim Tabs
I never knew you could vim tabs in the command line! It is in the terminal so it's basically just ascii art and shading but you can interact with it using your mouse! (if you have "set mouse=a" in your vimrc)
vim -p firstfile secondfile
Switch with the mouse or the command gt
A better overview: http://mohtasham.info/article/how-work-tabs-vim/










