Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/papanikge/vim-voogle
google for the word under the cursor to a browser because 2013
https://github.com/papanikge/vim-voogle
google plugin vim
Last synced: 10 days ago
JSON representation
google for the word under the cursor to a browser because 2013
- Host: GitHub
- URL: https://github.com/papanikge/vim-voogle
- Owner: papanikge
- Created: 2013-03-08T14:13:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T21:44:15.000Z (over 11 years ago)
- Last Synced: 2024-08-02T14:12:55.014Z (3 months ago)
- Topics: google, plugin, vim
- Language: VimL
- Homepage:
- Size: 122 KB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
voogle.vim
============A simple small plugin to help you google from vim but not display
the results in a buffer. (it's 2013)##Install
I recommend using Tim Pope's pathogen and just install it in the `bundle/` dir
You can also just place it in the `plugin/` directory.
##Usage
The shortcut is `gs`
You can google for the word under the cursor in normal mode,or you can search for selected text in visual mode.
Voogle.vim tries to find an available browser from:
* Chrome/Chromium
* Firefox
* links##Options
Set the `g:search_engine` variable to your desire for custom searches
if you don't like googleYou can disable the plugin by `let g:loaded_voogle=0`.
##License
Distributed under the same terms as Vim itself. See `:help license`.