commit 54162bd0c0ec2705b98bce8a5ed8f0552a817d0e
parent 14c8571067f623b97515c38d269a6e8d149b078a
Author: Anders Damsgaard <andersd@riseup.net>
Date: Tue, 24 Oct 2017 14:43:09 -0700
use fugitive's Gpush
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/.vim/keybinds.vim b/links/.vim/keybinds.vim
@@ -114,7 +114,7 @@ nmap <leader>gb :Gblame<CR>
nmap <leader>gw :Gbrowse<CR>
nmap <leader>gs :Gstatus<CR>
nmap <leader>gc :Gcommit -v -S<CR>
-nmap <leader>gp :Git push<CR>
+nmap <leader>gp :Gpush<CR>
" Use home row keys as Esc
inoremap jk <Esc>