summary refs log tree commit diff
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
parentAdded ooc.vim (diff)
downloadsrc-45ff385292c7a968d5e3e30f6d717077eaebca2c.tar.gz
src-45ff385292c7a968d5e3e30f6d717077eaebca2c.zip
Map ,gp to :Git push
Diffstat (limited to '')
-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
5be2d2a34d&follow=1'>Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe