From b8329b969806c153169a82549742995421ffbb06 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 13 Apr 2021 22:53:31 +0800 Subject: [PATCH] update vim-fugitive settings --- core/plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index 1d0952d..2e50435 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -561,7 +561,8 @@ let g:signify_sign_change = '~' """""""""""""""""""""""""vim-fugitive settings"""""""""""""""""""""""""""""" nnoremap gc :Git commit -nnoremap gs :Gstatus +nnoremap gs :Git +nnoremap gw :Gwrite nnoremap gpl :Git pull " Note that to use bar literally, we need backslash it, see also `:h :bar`. nnoremap gpu :15split \| term git push