Fix commit key binding
This commit is contained in:
2
init.vim
2
init.vim
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user