diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 8b820b2..ec880cb 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -3780,12 +3780,12 @@ function! fugitive#MapJumps(...) abort nnoremap P :exe 'Gedit ' . fnameescape(ContainingCommit().'^'.v:count1.Relative(':')) nnoremap ~ :exe 'Gedit ' . fnameescape(ContainingCommit().'~'.v:count1.Relative(':')) nnoremap C :exe 'Gedit ' . fnameescape(ContainingCommit()) - nnoremap cc :exe 'Gedit ' . fnameescape(ContainingCommit()) - nnoremap co :exe 'Gsplit ' . fnameescape(ContainingCommit()) - nnoremap cS :echoerr 'Use cgO' - nnoremap cgO :exe 'Gvsplit ' . fnameescape(ContainingCommit()) - nnoremap cO :exe 'Gtabedit ' . fnameescape(ContainingCommit()) - nnoremap cp :exe 'Gpedit ' . fnameescape(ContainingCommit()) + nnoremap cc :echoerr 'Use C' + nnoremap co :echoerr 'Use CTRL-W C' + nnoremap C :exe 'Gsplit ' . fnameescape(ContainingCommit()) + nnoremap cp :echoerr 'Use gC' + nnoremap gC :exe 'Gpedit ' . fnameescape(ContainingCommit()) + nnoremap gc :exe 'Gpedit ' . fnameescape(ContainingCommit()) nnoremap cf :Gcommit --fixup==SquashArgument() nnoremap cs :Gcommit --squash==SquashArgument() nnoremap cA :Gcommit --edit --squash==SquashArgument()