-
Notifications
You must be signed in to change notification settings - Fork 100
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
inoremap prevents character inputing after timeout #546
Labels
Comments
@fanglingsu Thanks for the reply! Good to know this issue was already raised, I will see if I can get it working and make a new PR. |
Closed
#547 is waiting for approval, I am closing this issue. |
fanglingsu
added a commit
that referenced
this issue
Mar 14, 2019
fanglingsu
added a commit
that referenced
this issue
Mar 14, 2019
This fixes the warning "Event with type 8 not holding a GdkDevice. It is most likely synthesized outside Gdk/GTK+".
fanglingsu
added a commit
that referenced
this issue
Mar 14, 2019
fanglingsu
added a commit
that referenced
this issue
Mar 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vimb, version 3.3.0-21-ga884a81
Steps to reproduce
I have the following in my config:
inoremap jj <Esc>j
Expected behaviour
If I input j and wait a bit, I would expect j to appear in the input.
Actual behaviour
j never shows up. jj works, j does nothing.
The text was updated successfully, but these errors were encountered: