vim-stackoverflow : A tiny plugin for searching Stackoverflow from VIM editor
| script karma |
Rating 11/5,
Downloaded by 1074 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Hien Vuong |
| |
| script type |
| utility |
| |
| description |
vim-stackoverflow is a tiny plugin that allows you to perform a quick Stackoverflow search directly from Vim.
It opens a new browser window with results.
With inspiration from vim-g
To lookup a word (or words) in Stackoverflow use SO command:
:SO ruby
SO command can use a word under the cursor. Just move the cursor to the word and type the same command in the command line:
:SO
Additionally, you can select words in the visual mode exactly in the same way. Just select words and type :SO. You can also prepend your selection with more clues:
:SO function
:SO ruby
There is also a special command named SOf to prepend the current file type automatically:
:SOf
:SOf function
|
| |
| install details |
Vundle
Add to your .vimrc
Plugin 'hienvd/vim-stackoverflow'
then open VIM, install
:PluginInstall |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.4
|