display two rows of tabs vim

我的未来我决定 提交于 2020-01-11 08:21:47

问题


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.


回答1:


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..



来源:https://stackoverflow.com/questions/6955310/display-two-rows-of-tabs-vim

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!