mklabs / vim-issues

issues.vim: A plugin to quickly navigate through issues of a GitHub repository
9 stars 2 forks source link

Answer/close issues from vim? #5

Open tshirtman opened 11 years ago

tshirtman commented 11 years ago

It would be great to have shorcuts like: a: to answer an issue from the list or from the preview window c: to close an issue from the list or from the preview window

alexkalderimis commented 11 years ago

:+1: Simply being able to write comments would be a great help, since it means not having to switch interface. I would be glad to help, given a pointer in the right direction.

mklabs commented 11 years ago

That would be really nice indeed.

I'm not maintaining / adding changes to vim-issues for quite some time now, I'm afraid I won't be able to help on this anytime soon but I agree that it would be pretty cool.

I kept this plugin very simple on purpose, for instance, you can't access private repositories. Anything requiring an authentication basically, as I'm not sure how to get it done (oauth, vimscript, etc...)

Once that step is done, I see no major technical issues and should be straightforward.