summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-01-14 20:04:59 -0500
committerJune McEnroe <june@causal.agency>2012-01-14 20:04:59 -0500
commit45ff385292c7a968d5e3e30f6d717077eaebca2c (patch)
tree3435b90583544a40769a77bafa06b172a374be3f /.vimrc
parentAdded ooc.vim (diff)
downloadsrc-45ff385292c7a968d5e3e30f6d717077eaebca2c.tar.gz
src-45ff385292c7a968d5e3e30f6d717077eaebca2c.zip
Map ,gp to :Git push
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
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