From 7ff53d1b91bef34c69b37b95a41841a3456ed68c Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 27 Jul 2021 00:01:45 +0800 Subject: update fugitive settings --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/plugins.vim b/core/plugins.vim index 9fa4229..4edde50 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -255,9 +255,9 @@ let g:signify_vcs_list = [ 'git' ] let g:signify_sign_change = '~' """""""""""""""""""""""""vim-fugitive settings"""""""""""""""""""""""""""""" -nnoremap gc :Git commit nnoremap gs :Git nnoremap gw :Gwrite +nnoremap gc :Git commit nnoremap gpl :Git pull " Note that to use bar literally, we need backslash it, see also `:h :bar`. nnoremap gpu :15split \| term git push -- cgit v1.2.3