Quickly show selected text in vim on Github if a remote exists.
This plugin helps you select some text in vim visually and then open it in Github or other remote repository with the selection highlighted. This was inspired from Githubinator for sublime.
gho
Open selected text on git remote repository with the default
browser using the `open` or `xdg-open` command if it is present,
throws an error otherwise.
ghc
Same as gho except it doesn't open the
browser but rather copies the said URL to the clipboard using
pbcopy if it is present, throws an error otherwise.
Using vim-zen:
Plugin 'danishprakash/vim-githubinator'
Do you want to make this better? Open an issue and/or a PR on Github. Thanks!
MIT License
Copyright (c) 2018 Danish Prakash