Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

display two rows of tabs vim

Tags:

vim

tabs

Is there anyway in Vim to display two rows of tabs when you have a lot of files open at once. I don't want the tab overflow-style arrows to appear.

enter image description here

like image 767
centerback Avatar asked Aug 05 '11 11:08

centerback


1 Answers

This isn't exactly what you asked for. But I switched from using tabs to plain old multiple buffers with BufExplorer to switch between them.

http://www.vim.org/scripts/script.php?script_id=42

BufExplorer brings up a nice quick list of all the buffer filenames so that you can quickly select one without any need for mousing..

like image 151
Benj Avatar answered Sep 23 '22 15:09

Benj