-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vim Escape Seconds Delay #3271
Comments
This is not a problem of hyper, set |
The thing is that I have no escape delay with Vim in PuTTY, or the command prompt. I also don't have a delay when I use terminal on my Mac, even SSH'ed into the same server. |
Also, I did try setting ttimeoutlen based on some forum posts. Is there a specific value you recommend trying? |
Try 10 or 50. |
I tried 10, and I still see a pretty seriously delay that I don't see in other terminal applications. |
I'm also having this issue (Win 10 and Hyper 2.0.0, as the author). |
Same here, also Windows 10 and Hyper 2.0.0. A delay of about a second or two which isn't there in other terminal emulators. Ctrl+C does not have a delay, Escape and Ctrl+[ do. Started happening a few days ago (not sure when exactly), worked fine before that. Even with a clean Hyper and Vim installation it still happens now. |
For others on this thread, I've remapped my esc while in insert mode (these go in .vimrc):
There's no lag with jj for esc. The only problem is there are times I still have to use esc, like in visual mode. |
Also try:
|
@hulucc , thanks for the suggestion, but unfortunately, that doesn't seem to work either. Maybe the other people on this thread can mention if it works for them? |
see also: #2922 This is absolutely an issue with hyper, or an upstream (per the above issue) ... It doesn't happen in any other terminal I have tested. I can't say for sure, but I also don't think this was a pre 2.0 issue, as it worked fine when I started using Hyper, but broke right around the 2.0 upgrade. but either way, it's a blocker for using Hyper under windows 10 right now. Perhaps nobody cares since it's Windows. I'll keep using other terminals for now until someone actually fixes this. |
This issue also says that they experienced hyper in general being slow after the 2.0 update: I feel as though I've seen that, too (general slowness), in addition to this esc issue. I don't know if they're related or not. |
Issue
Whenever I use Hyper instead of PuTTY, I get a seconds long delay when I hit esc in Vim to leave insert mode. This currently makes Hyper pretty hard for me to use, as using Vim is a real pain.
The text was updated successfully, but these errors were encountered: