purplehat7 / vim-gh-line

vim plugin that open the link of current line on github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-gh-line

A vim plugin that open the link to current line at Github

gh-line

How to install

###Vundle Put this in your .vimrc

Bundle 'ruanyl/vim-gh-line'

Then restart vim and run :BundleInstall. To update the plugin to the latest version, you can run :BundleUpdate.

How to use

Default key mapping: <leader>gh

To disable default key mapping:

let g:gh_line_map_default = 0

Use your own mapping:

let g:gh_line_map = '<leader>gh'

Use a custom program to open link:

let g:gh_open_command = 'open '

About

vim plugin that open the link of current line on github


Languages

Language:Vim Script 100.0%