diff options
author | June McEnroe <programble@gmail.com> | 2012-01-14 20:04:59 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-01-14 20:04:59 -0500 |
commit | 1ccdf157dcb853a7cb9cecade09210028a2f202a (patch) | |
tree | 3435b90583544a40769a77bafa06b172a374be3f | |
parent | Added ooc.vim (diff) | |
download | src-1ccdf157dcb853a7cb9cecade09210028a2f202a.tar.gz src-1ccdf157dcb853a7cb9cecade09210028a2f202a.zip |
Map ,gp to :Git push
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc index bd1fc066..f40fad68 100644 --- a/.vimrc +++ b/.vimrc @@ -99,6 +99,7 @@ nmap <silent> <leader>b :BuffergatorToggle<CR> nmap <silent> <leader>gs :Gstatus<CR> nmap <silent> <leader>gc :Gcommit<CR> +nmap <silent> <leader>gp :Git push<CR> " Custom commands command! W :w |