diff --git a/plugins/vim-fugitive.load.vim b/plugins/vim-fugitive.load.vim index 2ff88df..c8f035d 100644 --- a/plugins/vim-fugitive.load.vim +++ b/plugins/vim-fugitive.load.vim @@ -10,6 +10,7 @@ nnoremap gs :Git nnoremap gc :Git commit -q nnoremap gz :Git reset %:p nnoremap gb :Git branch +nnoremap gP :Git! push " Note: dangerous commands don't have a . Also commands that need " arguments, obviously. @@ -17,6 +18,5 @@ nnoremap gB :Git checkout -b nnoremap gC :Git checkout nnoremap gM :GMove nnoremap gp :Git pull --recurse-submodules -nnoremap gP :Git push nnoremap gr :GRename nnoremap gR :GRemove