diff options
| author | jdhao <jdhao@hotmail.com> | 2021-04-13 22:53:31 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-04-13 22:53:31 +0800 |
| commit | b8329b969806c153169a82549742995421ffbb06 (patch) | |
| tree | da1bc5af05b94ca0d34f82a649c2426c8dd094ec /core/plugins.vim | |
| parent | 803b95926684546bb55e7354d0620dad8794d8c2 (diff) | |
update vim-fugitive settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 1d0952d..2e50435 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -561,7 +561,8 @@ let g:signify_sign_change = '~' """""""""""""""""""""""""vim-fugitive settings"""""""""""""""""""""""""""""" nnoremap <silent> <leader>gc :Git commit<CR> -nnoremap <silent> <leader>gs :Gstatus<CR> +nnoremap <silent> <leader>gs :Git<CR> +nnoremap <silent> <leader>gw :Gwrite<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 |
