Tabbed editing in Vim
Tabs in Vim are conceptually very similar to tabs in a browser. Each one represents its own little world. In graphical clients you can click on the tab to switch to it. In the terminal you’ll have to learn a few easy commands. Fortunately these also work in Graphical clients so you will never need to reach for your mouse if you don’t want to.
Like a browser you can have the same page/file in the multiple tabs.
[Read More]