-
Notifications
You must be signed in to change notification settings - Fork 17
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
Autoclose breaks <C-h> mapping #57
Comments
And for anyone wondering how I fixed it: |
On the other hand, I see from your links that |
@telemachus I see your point about respecting defaults and I know that And maybe for a little context as to why this |
Fair enough (though probably awfully complicated in practice). In this case, I suspect that if the mapping added |
@NielsCodes If you have time, try my fork using the "mapcheck" branch. It wasn't a lot of code, but I need to test it further and think about it more before I make a pull request.
|
@telemachus sorry for the delay. I tried your fork and it still does not seem to work. I appreciate you looking into this, but I guess I'm pretty happy with nvim-autopairs now. So if it's a pain to implement, I don't want to waste your time on this either. |
@NielsCodes No problem. I have a few other ideas, but if you found something you're happy with, I'm glad. |
I have the following keymaps in my config:
This is so I can navigate through a line with Control + hjkl while in insert mode. However, Ctrl + h would not move the cursor, but instead it would perform a backspace.
This lead me down a rabbit hole of mapping issues like this thread and this one.
After a lot of trial and just as much error, I came to the conclusion that it was actually this plugin that was breaking my keymap.
The text was updated successfully, but these errors were encountered: