how you usually quiting/closing vimdiff mode?
Posted
by wik
on Stack Overflow
See other posts from Stack Overflow
or by wik
Published on 2010-04-24T07:45:30Z
Indexed on
2010/04/24
7:53 UTC
Read the original article
Hit count: 414
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.
© Stack Overflow or respective owner