aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-27 00:01:45 +0800
committerjdhao <jdhao@hotmail.com>2021-07-27 00:01:45 +0800
commit7ff53d1b91bef34c69b37b95a41841a3456ed68c (patch)
tree0df72f8bd296df3575a754b732558c200f71134f /core
parent69e9a6b872c32d1d7d264949f213a2fc39af90c2 (diff)
update fugitive settings
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim2
1 files changed, 1 insertions, 1 deletions
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 <silent> <leader>gc :Git commit<CR>
nnoremap <silent> <leader>gs :Git<CR>
nnoremap <silent> <leader>gw :Gwrite<CR>
+nnoremap <silent> <leader>gc :Git commit<CR>
nnoremap <silent> <leader>gpl :Git pull<CR>
" Note that to use bar literally, we need backslash it, see also `:h :bar`.
nnoremap <silent> <leader>gpu :15split \| term git push