Using Tabs in Vim
When programming it is usual to have lots of files open and ready for viewing and/or editing. With C code this was header and source files, in PHP it is often a single file for each class used. Each language and project has their own system for splitting code across files, but once the complexity [...]