Leave Diff view with Fugitive

本秂侑毒 提交于 2019-12-13 13:49:32

问题


With vim-fugitive,

is there an easy way to "unsplit" and :Gedit (return to the current object in the working tree)?

E.g. when in Gcommit/Gstatus buffers, you would press D to enter side-by-side diff. Now, pressing ZZ would just leave me with a single editor, viewing the fugitive:// side...

To get back to single editor (with the working-tree version I have to do

ZZ:GeditEnter

(or ZZZZ to close both sides).

I'd like to have something like gq as documented under Gblame:

        q     close blame and return to blamed window
        gq    q, then |:Gedit| to return to work tree version

回答1:


As suggested by Tim Pope you can simply close the other window with <C-W><C-O>.



来源:https://stackoverflow.com/questions/19789829/leave-diff-view-with-fugitive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!