main · play · work · me
vimscripts Add ϲomment

buftabs

This is a simple script that shows a tabs-like list of buffers in the bottom of the window. The biggest advantage of this script over various others is that it does not take any lines away from your terminal, leaving more space for the document you're editing. The tabs are only visible when you need them - when you are switchin between buffers.

Download from vim scripts archive here

svndiff

An experimental vim 7.0 plugin for showing svn/git/cvs diff information in a file while editing. This plugin runs a diff between the current buffer and the original file in the source control system, and applies highlighting to show where the buffer differs. The original text is not shown, only colors are used to indicate where changes were made.

Download from vim scripts archive here

 
On Thu Feb 28 14:31:14 CET 2008, Mathieu Gagnon wrote:
what a nice idea (buftabs), replaced my minibufexpl, thanks.
On Thu Dec 18 18:48:56 CET 2008, ppdliveaaaaaaaaa wrote:
sup man. Buftabs is great, but how about highlighting active buffer with different color and change highlight color of modified buffer? It would be nice. I tried do it by myself, but without luck, thanks!
On Mon Mar 1 00:28:17 CET 2010, Thiago wrote:
Buftabs is really great! A question. Is there a way to put butabs togheter with my own statusline seting? The only way I see is to align my statusline to right. I think it could be good idea to have a way to call a buftabs function to put its output in the statusline. Thanks!