https://github.com/7kfpun/bing.vim
Bing Search in Vim with/without unite.vim.
https://github.com/7kfpun/bing.vim
bing search-engine vim
Last synced: 8 months ago
JSON representation
Bing Search in Vim with/without unite.vim.
- Host: GitHub
- URL: https://github.com/7kfpun/bing.vim
- Owner: 7kfpun
- License: mit
- Created: 2015-01-23T10:07:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T03:20:33.000Z (over 9 years ago)
- Last Synced: 2025-01-20T18:28:02.997Z (over 1 year ago)
- Topics: bing, search-engine, vim
- Language: Vim script
- Homepage: https://github.com/7kfpun/bing.vim
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bing.vim
Simple plugin for quickly searching bing in Vim.
# Requirements
- [webapi-vim][]
- [unite.vim][] *(Optional for Unite.vim integration)*
- [vim-misc][] *(Optional for Unite.vim integration)*
# Usage
// Without Unite.vim
:Bing // Bing search the input query
:'<,'>BingLines // Bing search the selected lines
// With Unite.vim
:Unite bing
:Unite bing:
[webapi-vim]: https://github.com/mattn/webapi-vim
[unite.vim]: https://github.com/Shougo/unite.vim
[vim-misc]: https://github.com/xolox/vim-misc