-
Notifications
You must be signed in to change notification settings - Fork 35
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
Input buffer has issues with <c-a>
, <c-e>
, and <BS>
#2
Comments
It is possible to copy over the |
It may help. |
It looks like all of those cnoremaps have corresponding inoremaps. Is that not working? If your imaps aren't showing up in the modal that would certainly be a bug |
At least the following doesn't work
|
Okay, I'll test out that plugin and see if I can figure out what's going on |
Turns out this is a bug in Neovim. There are several issues currently affecting the prompt buffer, the I'm going to take a crack at re-implementing the input modal without using the prompt buffer. I think that's going to be the only way to avoid these issues for now. |
<c-a>
, <c-e>
, and <BS>
Alright, I have switched the default implementation of Let me know if this fixes things for you |
It works for me. Thx! |
For anyone reading this now, |
The original input method seems compatible with the
cmap
.It would be helpful to have them here.
The text was updated successfully, but these errors were encountered: