I really want to use/like Vim. Sounds like I'm going to say it not great, but actually this might be a call for help...<p>I have used Vim for a couple years I think, maybe more now and learned enough to write my own vimrc file from scratch, understanding all the parts I'm adding, what they do and why and sync it via version control etc etc.<p>I use it on every server I administer/whenever I use the terminal.<p>I've added many of the plugins mentioned here, they're great.<p>But I just can't get around the visual layout and moving throughout a project/codebase. Maybe it's my brain, but I highly value visual representation of the open files I'm working on.<p>Something like Sublime Text with the open tabs visible is just key for me. I can replicate the sidebar with NERDTree which is OK (still a bit annoying navigating it but whatever) but how can I do the same regarding tabs. Alright buffers, you know what I mean. I want to see a visual representation of the files I've got open, not through CtrlP or a key combo, but on screen like in Sublime Text.<p>Can it be done?