Note: You are viewing an old revision of this page. View the current version.
Several modern GUI editors list your open buffers as tabs along one edge of your edit window (VisualStudio, DreamWeaver, EditPlus and UltraEdit come to mind), now we have this feature in VIM! You can checkout a screenshot here: http://www.wavell.net/vim/vim_screenshot.gif.
You can quickly switch buffers by clicking the appropriate "tab". If you don't want to use the mouse just put the cursor on the "tab" and press enter. As you open and close buffers the tabs get updated automatically.
Buffers that are modified get visually marked and buffers that are open in a window get visually marked. The MBE window opens automatically when you open more than one eligible buffer -- no need to open the explorer if you’re only editing one file. MBE doesn't bother showing non-modifiable or hidden buffers.
You can delete buffers by selecting them and pressing d on the keyboard.
http://vim.sourceforge.net/scripts/script.php?script_id=159
This script has a good sane set of default settings. In addition it provides many optional features:
If you are having problems, there is an extensive debugging system built into the script.
The script and its configuration are completely documented in the .vim file.
Sponsored by: Labrat Technology -- Need Consulting Services? Programming, Maintenance, Security, Database Analysis & Design, Hosting -- we do it all!
Copyright 2005 Robert Melton
Send questions and comments to
Last updated March 10th, 2005