sponsor Vim development Vim logo Vim Book Ad

selbuff.vim : Another buffer select script

 script karma  Rating 13/8, Downloaded by 1445  Comments, bugs, improvements  Vim wiki

created by
Todd Cosgrove
 
script type
utility
 
description
selbuff.vim is an easy way to select a buffer, very similar to bufexplorer.  It works by creating a window (n < (&lines/2) ? n : (&lines/2)) lines high listing all buffers (except the selection temp buffer) at the bottom of the vim frame.  Moving the cursor to a line and pressing <CR> shows the selected buffer in the window you were in when you pressed <Leader>bl. Moving the cursor to a line and pressing 'd' delete's the buffer.  Moving the cursor to a line and pressing 'w' will write the file.  Pressing 'q' within the select buffer window closes the window.
 
install details
Just put the script in your plugin directory.  Read the script for usage information.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
selbuff.vim 1.6 2001-10-22 6.0 Todd Cosgrove Fixed the 'w' functionality that I broke when making changes for vim60.
selbuff.vim 1.5 2001-10-18 6.0 Todd Cosgrove Initial upload
ip used for rating: 54.221.159.188

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github