mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update fugitive mappings
This commit is contained in:
parent
e337f8270a
commit
09c234035d
@ -694,7 +694,8 @@ let g:signify_sign_change = '~'
|
|||||||
nnoremap <silent> <leader>gc :Git commit<CR>
|
nnoremap <silent> <leader>gc :Git commit<CR>
|
||||||
nnoremap <silent> <leader>gs :Gstatus<CR>
|
nnoremap <silent> <leader>gs :Gstatus<CR>
|
||||||
nnoremap <silent> <leader>gpl :Git pull<CR>
|
nnoremap <silent> <leader>gpl :Git pull<CR>
|
||||||
nnoremap <silent> <leader>gpu :term git push
|
" Note that to use bar literally, we need backslash it, see also `:h :bar`.
|
||||||
|
nnoremap <silent> <leader>gpu :15split \| term git push
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
"{{ Markdown writing
|
"{{ Markdown writing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user