-
Notifications
You must be signed in to change notification settings - Fork 342
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
First keystroke randomly ignored on switching windows #160
Comments
For some reason, I had this issue when using |
Hmmm, interesting. Thanks for sharing the note re: |
Actually I think that my issue is that tmux-sensible sets |
I still have this problem. I've tried a few times to get to the bottom of it, but haven't been able to get any real answers. But the only tmux plugins I have installed are:
It's been awhile since I've dug in, but I think I disabled all my plugins besides tmux-navigator, which is why I posted this bug here in the first place. I recorded all key presses to a log while trying to reproduce, but everything looked normally. Does anyone have any suggestions for maybe debugging this further? |
I have the same exact issue. I've tried desactivating all plugins with no success. It only happens with |
I've even commented out everything in |
tmux: 2.3
iterm: 3.0.10
neovim: 0.1.6
osx: 10.11.5
When I switch from a window to a bash prompt the first keystroke in the prompt is ignored. The second and all subsequent keys work as expected. Switching back and forth between windows will cause randomly failures of the first keystroke (seems to only happen when going into a bash prompt). Sometimes it will happen multiple times in a row and other times not at all. I've experienced this happening when switching from neovim to bash and from a docker shell to bash.
The text was updated successfully, but these errors were encountered: