how you usually quiting/closing vimdiff mode?
- by wik
Hello,
I am using vim with fugitive extension http://www.vim.org/scripts/script.php?script_id=2975
It has :Gdiff command which brings you into vimdiff mode, but what is the right/quick way to close/quit vimdiff mode?
i.e. let's say I am editing file FooBar.txt under git repository, then firing up :Gdiff, review my changes in vimdiff and want to get back and continue editing FooBar.txt or any other file :)
Thanks.