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.,
You can execute windo set nodiff noscrollbind and then close the second window.
windo set nodiff noscrollbind
Update: there is a diffoff command. Use windo diffoff, not what I wrote in previous line.
diffoff
windo diffoff