diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 31b31f3..6742214 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1807,6 +1807,7 @@ function! s:BufReadIndex() nnoremap C :Gcommit nnoremap cA :Gcommit --amend --reuse-message=HEAD nnoremap ca :Gcommit --amend + nnoremap cc :Gcommit nnoremap D :execute StageDiff('Gvdiff') nnoremap dd :execute StageDiff('Gvdiff') nnoremap dh :execute StageDiff('Gsdiff')