Fix commit key binding

This commit is contained in:
2021-10-23 10:53:10 +01:00
parent b44d1aeb66
commit 61f98e0d8e

View File

@@ -200,7 +200,7 @@ nnoremap <Leader><Tab> :retab<cr>
"Git mappings "Git mappings
nnoremap ga :Git add %<cr> nnoremap ga :Git add %<cr>
nnoremap gb :Git blame<cr> nnoremap gb :Git blame<cr>
nnoremap gc :Git commit<cr> nnoremap gC :Git commit<cr>
nnoremap gp :Git push<cr> nnoremap gp :Git push<cr>
nnoremap gP :Git pull<cr> nnoremap gP :Git pull<cr>