Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterrincker/vim-bumblebee
- Owner: PeterRincker
- Created: 2014-07-03T02:56:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T00:44:57.000Z (almost 10 years ago)
- Last Synced: 2024-11-01T00:13:03.818Z (3 months ago)
- Language: VimL
- Homepage:
- Size: 125 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.gitOnce help tags have been generated, you can view the manual with
`:help bumblebee`.