selbuff.vim : Another buffer select script
| script karma |
Rating 13/8,
Downloaded by 1719 |
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. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.208
|