diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-27 00:01:45 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-27 00:01:45 +0800 |
| commit | 7ff53d1b91bef34c69b37b95a41841a3456ed68c (patch) | |
| tree | 0df72f8bd296df3575a754b732558c200f71134f /core | |
| parent | 69e9a6b872c32d1d7d264949f213a2fc39af90c2 (diff) | |
update fugitive settings
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 2 |
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 |
