diff options
author | June McEnroe <june@causal.agency> | 2012-01-14 20:04:59 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-14 20:04:59 -0500 |
commit | 45ff385292c7a968d5e3e30f6d717077eaebca2c (patch) | |
tree | 3435b90583544a40769a77bafa06b172a374be3f /.vimrc | |
parent | Added ooc.vim (diff) | |
download | src-45ff385292c7a968d5e3e30f6d717077eaebca2c.tar.gz src-45ff385292c7a968d5e3e30f6d717077eaebca2c.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 |