diff options
| author | jdhao <jdhao@hotmail.com> | 2021-02-20 02:05:37 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-02-20 02:05:37 +0800 |
| commit | 448fe4ad58ad417a90d6940e1816df5bd00fa48f (patch) | |
| tree | fb7532a64ef364c8278423d0dd8b806a18877492 /core/plugins.vim | |
| parent | 0571ce406d02582d2606f7d8b6d9e5de463619d9 (diff) | |
Update vim-fugitive settings
Add mappings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index ddb7dac..8c77c36 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -697,6 +697,12 @@ let g:signify_vcs_list = [ 'git' ] " Change the sign for certain operations let g:signify_sign_change = '~' + +"""""""""""""""""""""""""vim-fugitive settings"""""""""""""""""""""""""""""" +nnoremap <silent> <leader>gc :Git commit<CR> +nnoremap <silent> <leader>gs :Gstatus<CR> +nnoremap <silent> <leader>gpl :Git pull<CR> +nnoremap <silent> <leader>gpu :term git push "}} "{{ Markdown writing |
