From 09c234035d7beaeca23bdc609993ffd3d4a1c7b4 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 23 Feb 2021 23:46:10 +0800 Subject: [PATCH] Update fugitive mappings --- core/plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index 782fa45..811262c 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -694,7 +694,8 @@ let g:signify_sign_change = '~' nnoremap gc :Git commit nnoremap gs :Gstatus nnoremap gpl :Git pull -nnoremap gpu :term git push +" Note that to use bar literally, we need backslash it, see also `:h :bar`. +nnoremap gpu :15split \| term git push "}} "{{ Markdown writing