Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/vim-goto-gh
vim quick open package homepage in package.json bower.json or whatever uri
https://github.com/ruanyl/vim-goto-gh
Last synced: about 1 month ago
JSON representation
vim quick open package homepage in package.json bower.json or whatever uri
- Host: GitHub
- URL: https://github.com/ruanyl/vim-goto-gh
- Owner: ruanyl
- License: mit
- Created: 2015-10-22T20:13:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T16:58:08.000Z (about 9 years ago)
- Last Synced: 2024-11-05T14:55:49.002Z (3 months ago)
- Language: VimL
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vim-goto-gh
===========Quickly open package homepage in: `package.json`, `bower.json`
or any `**/**` uri, for example
>'ruanyl/vim-goto-gh' -> open https://github.com/ruanyl/vim-goto-gh![goto-gh](https://cloud.githubusercontent.com/assets/486382/10712495/51122156-7aa5-11e5-93fb-0c918a80e124.gif)
How to install
-----------------------
###Vundle
Put this in your .vimrc```vim
Bundle 'ruanyl/vim-goto-gh'
```Then restart vim and run `:BundleInstall`.
To update the plugin to the latest version, you can run `:BundleUpdate`.How to use
----------Default key mapping: `o`
To change the mapping, use:
```
let g:goto_gh_map = 'xx'
```