DEV Community

Discussion on: "My First Two Weeks Using VIM"

Collapse
 
niorad profile image
Antonio Radovcic

A big breakthrough for me with Vim was to understand the difference between Buffers and Tabs. Tabs are just layouts. Buffers are the actual representation of a file in Vim. I had then set my tab-bar to display buffers and barely used real tabs anymore.
This article helped me with this: joshldavis.com/2014/04/05/vim-tab-...