sponsor Vim development Vim logo Vim Book Ad

Open Plugin Page : A script for quick opening plugin page on Github

 script karma  Rating 1/1, Downloaded by 479  Comments, bugs, improvements  Vim wiki

created by
Vadym Khokhlov
 
script type
utility
 
description
# Open plugin page

This plugin allows you to quick open plugin page on github by pressing only two keys.
It is useful for exploring of examples of vimrc files. At this moment only
**vundle**-format of plugin specification is supported.

## Use

Put cursor on the line with plugin name, i.e. on the line like:

    Plugin 'xvadim/open_plugin_page'

and press <Leader>o (in the normal mode). The Github-page of plugin will be
opened in your default web-browser.

## Configuration

You can change the manual-invocation mapping by adding this to your `.vimrc`:

    map <Leader>foo <Plug>OpenPluginPage

where `<Leader>foo` is the mapping you want.

You can change the command for browser opening:

    leg g:g:opp_open_command = "open"


Github address of plugin: https://github.com/xvadim/open_plugin_page
 
install details
## Installation

Copy the contents of archive into `~/.vim` or use **Vundle**:

    Plugin 'xvadim/open_plugin_page'
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
open_plugin_page.zip 1.0 2014-10-03 7.0 Vadym Khokhlov Initial upload
ip used for rating: 18.117.81.240

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github