[nvim] add a binding for my other favorite git command

This commit is contained in:
Dmytro Meleshko 2021-04-23 01:19:59 +03:00
parent be265eac7c
commit 0221e6c08c
1 changed files with 1 additions and 0 deletions

View File

@ -11,4 +11,5 @@
nnoremap <leader>gC :Git commit --amend
nnoremap <leader>gl :Gclog<CR>
nnoremap <leader>gp :Git push
nnoremap <leader>gP :Git push --force-with-lease
" }}}