Hello.
I've just added vim
to my current Cygwin installation, and it doesn't work properly.
The problem is: when I type vim <Enter>
it opens Vim with the help splash screen (in color) - OK.
I then try to exit with :q
, and it sleeps a couple of seconds, then it exits but when I type a character at the command line it pre-pends a spurious string (6c6c
). Other similar issues when I try to edit a file in vi instead of exiting right away.
I suppose it is a color/TERM issue, but I don't have much experience in that kind of stuff.
Thanks for any help.