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 with the selection highlighted. This was inspired from Githubinator for sublime.
gho: Open selected text on Github with the default
browser using the `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 'prakashdanish/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