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

后端 未结 15 1908
日久生厌
日久生厌 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:25

    According to: https://github.com/tpope/vim-fugitive/issues/36

    Close the other window. The easiest way to do this if you haven't shifted focus to it is , which means "make this Window the Only window."

提交回复
热议问题