Buffy.vim : Switch between buffers with a handy menu
script karma |
Rating 4/1,
Downloaded by 729 |
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 |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.83
|