Understand the basics: buffers, windows and tabs

https://blog.sanctum.geek.nz/buffers-windows-tabs/

If you are like me, chances are you used Neovim for a period of time without knowing the basics. The notion of buffers windows and tabs in Vim is quite different from other IDEs/code editors. I suggest you read through this and this Stackoverflow answer to get some understanding of this matter.

21 points · 1 comments · view on lemmy.world

1 Comments

erlingur@programming.dev · 4 pts · 3y

I'm almost ashamed to say this but I've never used or properly understood tabs in (n)vim. I think it's finally time to properly learn about them :) Thanks!