1
0
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:
jdhao 2021-02-23 23:46:10 +08:00
parent e337f8270a
commit 09c234035d

View File

@ -694,7 +694,8 @@ let g:signify_sign_change = '~'
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
" Note that to use bar literally, we need backslash it, see also `:h :bar`.
nnoremap <silent> <leader>gpu :15split \| term git push
"}}
"{{ Markdown writing