luxbock
luxbock
I've looked at this a little bit and I think it might be a bug in a function which needs step-through debugging to fix, and I haven't had much time...
I am so used to the way things work as it is, and I use `[` and `]` a lot, that I won't change this for the default case. I...
As it is this is not really possible, but I would accept a pull request that allows one to customize the modifier key. Sorry about that, I know the design...
As far as I can see (it's been a while since I've touched the code), all of this functionality gets deferred to `smartparens`, so if you have a form with...
I would accept a PR for this. This was my first proper Emacs package that I ever wrote, so I am not sure if the way I did the keybindings...
You could use `edebug` on the splicing forms in `evil-cleverparens` to see at what point the error gets thrown. Sorry I don't have much time to spend on this project...
While not exactly the same, `evil-cp-next-closing` and `evil-cp-previous-closing` are the closest things to what you are looking for (bound to `{` and `}`).
Yeah I can reproduce the issue, but unfortunately I'm really busy right now, so trying to find a fix may take some time.
I can't reproduce this. I use `evil-move-beyond-eol` with `nil` and I get the behavior you describe at first. I don't actually fully understand what `evil-move-beyond-eol` does so I might be...
Thanks for the reproduction steps, I can see what the problem is now. With `evil-move-cursor-back` set to `t` and `evil-move-beyond-eol` set to `nil` there is simply no more space for...