mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] add a binding for my other favorite git command
This commit is contained in:
parent
be265eac7c
commit
0221e6c08c
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@
|
||||||
nnoremap <leader>gC :Git commit --amend
|
nnoremap <leader>gC :Git commit --amend
|
||||||
nnoremap <leader>gl :Gclog<CR>
|
nnoremap <leader>gl :Gclog<CR>
|
||||||
nnoremap <leader>gp :Git push
|
nnoremap <leader>gp :Git push
|
||||||
|
nnoremap <leader>gP :Git push --force-with-lease
|
||||||
" }}}
|
" }}}
|
||||||
|
|
Loading…
Reference in a new issue