Closed dieggsy closed 5 years ago
Woops, sorry I missed this.
Looks like evil-collection-hungry-delete needs to account for this case.
My backspace in the minibuffer doesn't use hungry delete (or evil though).
I'm guessing you're using the minibuffer code for evil-collection too?
@jojojames yeah, I have (evil-collection-setup-minibuffer t)
in my init
Config?
For evil-collection, just this:
(use-package evil-collection
:custom
(evil-collection-company-use-tng nil)
(evil-collection-setup-minibuffer t)
(evil-collection-term-sync-state-and-mode-p t)
:init
(evil-collection-init))
My lisp-fu isn't that great so I just hacked up a solution. I'm sure there's a cleaner way to fix this..
I didn't test the case where hungry-delete is on in the minibuffer, not sure if that's even possible.
thanks, that does seem to be working :)
When doing
M-x eval-expression
, I can't actually delete characters withDEL
(<backspace>
). I get the error: