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:
parent
0571ce406d
commit
448fe4ad58
@ -697,6 +697,12 @@ let g:signify_vcs_list = [ 'git' ]
|
|||||||
|
|
||||||
" Change the sign for certain operations
|
" Change the sign for certain operations
|
||||||
let g:signify_sign_change = '~'
|
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
|
"{{ Markdown writing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user