1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update vim-fugitive settings

Add mappings
This commit is contained in:
jdhao 2021-02-20 02:05:37 +08:00
parent 0571ce406d
commit 448fe4ad58

View File

@ -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