sponsor Vim development Vim logo Vim Book Ad

Buffy.vim : Switch between buffers with a handy menu

 script karma  Rating 0/0, Downloaded by 659  Comments, bugs, improvements  Vim wiki

created by
M G
 
script type
utility
 
description
Buffy is a text menu (one item per line) consisting of names of currently edited files from all buffers.

Upon stepping on an item (file name) in the Buffy menu and pressing <Enter> key, the buffer with the chosen file will be placed into a current window. To delete a chosen buffer, press x or d.

Buffy may be invoked inside any window with the :Buffy command. That command may be bound to a key combination. By default, :Buffy is bound to <Leader>b.

If you prefer a different key combination, make sure to disable the default binding first:

    let g:buffy_default_key_binding = 0
    nnoremap <F8> :Buffy<CR>


Latest version of Buffy.vim may be found in its Github repo:

    https://github.com/mcmlxxxiii/Buffy.vim
 
install details
Buffy is pathogen-compatible. Just unpack the archive into ~/.vim/bundle or git clone it there. Then restart Vim.

git clone https://github.com/mcmlxxxiii/Buffy.vim.git ~/.vim/bundle/Buffy
 

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
buffy-0.1.tar.gz 0.1 2016-09-24 7.0 M G Initial upload
ip used for rating: 3.94.102.228

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