jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
405 stars 28 forks source link

adding the map to open an issue in the browser #141

Closed TheJefe closed 9 years ago

TheJefe commented 9 years ago

Hey! Now that the bigger changes were merged in, I can add things in small chunks. So here comes a mapping to open an issue in your browser.

I mapped 'cb' to open an issue in the browser. I think this is useful while new users are getting used to how to use this plugin.

I am totally open to suggestions on what to map this to, but I figured 'cb' seemed like a reasonable start.

To test:

  1. open an issue or a pr
  2. press 'cb'
  3. At this point I expect that the current issue or pr will be opened in your browser
jaxbot commented 9 years ago

You even documented it! :D looks awesome, will review when I get some time. Appreciate it!

On Wed, Apr 15, 2015, 10:06 PM Jeff Koenig notifications@github.com wrote:

Hey! Now that the bigger changes were merged in, I can add things in small chunks. So here comes a mapping to open an issue in your browser.

I mapped 'cb' to open an issue in the browser. I think this is useful while new users are getting used to how to use this plugin.

To test:

  1. open an issue or a pr
  2. press 'cb'
  3. At this point I expect that the current issue or pr will be opened in

your browser

You can view, comment on, or merge this pull request online at:

https://github.com/jaxbot/github-issues.vim/pull/141 Commit Summary

  • adding the map to open an issue in the browser

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/jaxbot/github-issues.vim/pull/141.