How do you exit vimdiff mode in vim, specifically, for Fugitive?

后端 未结 15 2090
日久生厌
日久生厌 2021-01-30 05:01

I am using vim with the fugitive extension. It has a :Gdiff command which brings you into vimdiff mode, but what is the right/quick way to close/quit vimdiff mode?

I.e.,

15条回答
  •  灰色年华
    2021-01-30 05:47

    An alternative to , if you have multiple windows, would be move to the other diff window and do c, which close only one window.

    If you close the wrong diff window do a :Gedit

    Be careful and don't confuse c with

提交回复
热议问题