diff options
Diffstat (limited to 'core')
| -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 |
