-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When exiting vim, cursor goes to first line of terminal instead of the end of it #656
Comments
Does the same issue happen when running the same commands with cmd? |
Ok, I just checked that and it does happen as well with cmd in cmder. Pure "cmd.exe" doesn't have this issue. Also, I updated Git for Wndows to latest version (2.6.1), but it includes the same vim version and the error is still there. |
Another update: I tried disabling the "Quake style" console, and the issue persists even with the "classic" look. |
Same issue as #628 |
Is it really the same as #628? Sure, it is about vim, but that one is about weird colors, not about weird behavior after exiting? |
@pavelkouril ANSI escape codes much like how colours are displayed do control the cursor position, if vim isn't reporting the codes correctly as in #628, then this would also be a similar issue. |
Seems to happen everytime when the terminal is "full". If there is space, it goes at the end, but when it's full, it goes to the beggining (as you can see in the screenshot) - instead of scrolling the terminal and placing it on the new line.
This is especially problemtic when doing
git rebase -i
, which fills the console window multiple times and result looks pretty messy. :(Relevant technical info:
The only "unusual" setting is I have the Quake-style console via ConEmu, but I'm not sure if that causes the issue or not.
The text was updated successfully, but these errors were encountered: