GitOpen - A Sublime Text plugin
Git Open is a Sublime Text plugin that provides integration for git-open.
There are three commands:
Command | Description |
---|---|
GitOpen | Open the page for this branch on the repo website. |
GitOpen: Commit | Open the current commit in the repo website. |
GitOpen: Issue | Open the current issue in the repo website. |
If you use NeoVintageous (Vim for Sublime Text) set some mappings:
nnoremap <leader>oo :GitOpen<CR>
nnoremap <leader>oc :GitOpen commit=true<CR>
nnoremap <leader>oi :GitOpen issue=true<CR>
A incredibly useful simple tool.