mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update vim-fugitive settings
This commit is contained in:
parent
803b959266
commit
b8329b9698
@ -561,7 +561,8 @@ let g:signify_sign_change = '~'
|
|||||||
|
|
||||||
"""""""""""""""""""""""""vim-fugitive settings""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""vim-fugitive settings""""""""""""""""""""""""""""""
|
||||||
nnoremap <silent> <leader>gc :Git commit<CR>
|
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>
|
nnoremap <silent> <leader>gpl :Git pull<CR>
|
||||||
" Note that to use bar literally, we need backslash it, see also `:h :bar`.
|
" Note that to use bar literally, we need backslash it, see also `:h :bar`.
|
||||||
nnoremap <silent> <leader>gpu :15split \| term git push
|
nnoremap <silent> <leader>gpu :15split \| term git push
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user