vim-githubinator
                                
                                 vim-githubinator copied to clipboard
                                
                                    vim-githubinator copied to clipboard
                            
                            
                            
                        Show selected text in Vim on Github
vim-githubinator
Quickly show selected text in vim on Github if a remote exists.
 
What?
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.
Default commands
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.
Installation
Using vim-zen:
Plugin 'danishprakash/vim-githubinator'
Contributing
Do you want to make this better? Open an issue and/or a PR on Github. Thanks!
License
MIT License
Copyright (c) 2018 Danish Prakash