All Projects → mmozuras → Vim Github Comment

mmozuras / Vim Github Comment

Licence: mit
Comment commits on GitHub using Vim

Labels

Projects that are alternatives of or similar to Vim Github Comment

Matchit.zip
extended % matching for HTML, LaTeX, and many other languages
Stars: ✭ 146 (-9.88%)
Mutual labels:  viml
Vim Flavored Markdown
Stars: ✭ 153 (-5.56%)
Mutual labels:  viml
Vim Markbar
Display all accessible marks and their surrounding lines in a collapsible sidebar.
Stars: ✭ 159 (-1.85%)
Mutual labels:  viml
Vim Js Context Coloring
JavaScript Context Coloring in Vim
Stars: ✭ 149 (-8.02%)
Mutual labels:  viml
Dotvim
A community driven framework for vim
Stars: ✭ 151 (-6.79%)
Mutual labels:  viml
Vim Operator Flashy
🔦 Highlight yanked area
Stars: ✭ 156 (-3.7%)
Mutual labels:  viml
Minivimrc
a tiny vimrc to be used primarily for troubleshooting plugins
Stars: ✭ 140 (-13.58%)
Mutual labels:  viml
Vim Indentwise
A Vim plugin for indent-level based motion.
Stars: ✭ 160 (-1.23%)
Mutual labels:  viml
Vim Tmuxify
Vim plugin for handling tmux panes.
Stars: ✭ 152 (-6.17%)
Mutual labels:  viml
Vim As An Ide
Workshop on how to use Vim Plugins.
Stars: ✭ 1,915 (+1082.1%)
Mutual labels:  viml
Mru.vim
Plugin to manage Most Recently Used (MRU) files
Stars: ✭ 149 (-8.02%)
Mutual labels:  viml
Vimside
Vim Scala IDE (VimSIde) built upon ENSIME
Stars: ✭ 151 (-6.79%)
Mutual labels:  viml
Vim Galore
🎓 All things Vim!
Stars: ✭ 12,610 (+7683.95%)
Mutual labels:  viml
Tlib vim
Some utility functions for VIM
Stars: ✭ 147 (-9.26%)
Mutual labels:  viml
Vimerl
A set of erlang plugins for VIM. This is not maintained, better use som modern fork of this!
Stars: ✭ 159 (-1.85%)
Mutual labels:  viml
C.vim
C/C++ IDE -- Write and run programs. Insert statements, idioms, comments etc.
Stars: ✭ 142 (-12.35%)
Mutual labels:  viml
Vim Project
lcd to the root of the project everytime you BufEnter a file inside a project.
Stars: ✭ 155 (-4.32%)
Mutual labels:  viml
Vim Operator User
Vim plugin: Define your own operator easily
Stars: ✭ 161 (-0.62%)
Mutual labels:  viml
Vim Config Python Ide
Symlink the .vim dir and the .vimrc file and start kicking ass
Stars: ✭ 159 (-1.85%)
Mutual labels:  viml
Pdv
PHP Documentor for VIM - Generates PHP docblocks
Stars: ✭ 158 (-2.47%)
Mutual labels:  viml

vim-github-comment

Want to comment commits on GitHub straight from Vim? You can now. After installation, from inside vim, just run :GHComment <your-comment-here>. This will create a comment on the commit that changed that line last.

vim-github-comment demo

Installation

I use pathogen, but you can install vim-github-comment using your favorite way too. Short instructions to use with pathogen follow.

Inside your .vim directory, run:

git clone git://github.com/mmozuras/vim-github-comment.git bundle/vim-github-comment

vim-github-comment requires webapi, so if you don't have it in your bundle yet:

git clone git://github.com/mattn/webapi-vim.git bundle/webapi

Setup

If you don't have github.user set in your .gitconfig, add the following into your ~/.vimrc

let g:github_user = '<your-github-username-here>'

Optionally, browser can be opened with your comment after you post it:

let g:github_comment_open_browser = 1

You can always run help to get more information about vim-github-comment:

:help github-comment
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].