From dd61f1da8c16df691b1a063c969a4a11b3c4fd63 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 5 Dec 2021 11:20:34 +0800 Subject: more fugitive shortcut --- core/plugins.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/plugins.vim b/core/plugins.vim index 12edb71..08f7b8b 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -215,6 +215,7 @@ let g:signify_sign_change = '~' nnoremap gs :Git nnoremap gw :Gwrite nnoremap gc :Git commit +nnoremap gd :Gdiffsplit 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