Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterrincker/vim-bumblebee

Bumblebee makes buffer commands fuzzier
https://github.com/peterrincker/vim-bumblebee

Last synced: about 1 month ago
JSON representation

Bumblebee makes buffer commands fuzzier

Awesome Lists containing this project

README

        

# bumblebee.vim

Bumblebee provides fuzzy matching buffer commands: `:B`, `:Sb`, and `:Vb`.

Bumblebee "overrides" Vim's native `:b` and `:sb` commands by using a smart
abbreviation that expands to `:B` and `:Sb` respectively. `:vb` is also
expanded to `:Vb` for consistency.

## Installation

If you don't have a preferred installation method, I recommend
installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and
then simply copy and paste:

cd ~/.vim/bundle
git clone git://github.com/PeterRincker/vim-bumblebee.git

Once help tags have been generated, you can view the manual with
`:help bumblebee`.