Henrik Lissner
Henrik Lissner
> On a side note, is pasting on a visual selection being broken in evil-multiedit (with Doom) also a known issue? When I use viw p to replace the selected...
Is evil-multiedit up-to-date? I see you're using Doom, where I've pinned both `iedit` (and `evil-multiedit`) to older commits. I've made quite a few changes in the past few hours (and...
Oh, my bad, I forgot about `evil` (which very recently introduced `evil-digit-bound-motions`)! That needs to be unpinned too: ```diff ;; add to ~/.doom.d/packages.el -(unpin! iedit evil-multiedit lsp-mode) +(unpin! iedit evil-multiedit...
I've pushed a change to allow evil-snipe to work in fundamental-mode. Please update and let me know. Also, `evil-snipe-auto-disable-substitute` was removed in the latest version of evil-snipe. It should no...
Sorry for the _hugely_ late response, but is this issue still present? I cannot currently reproduce it.
I believe `(setq evil-multiedit-smart-match-boundaries nil)` will make the visual behavior the default.
I'm not sure I understand the request, or how it differs from `evil-snipe-override-mode`, which provides incremental highlighting for f/F/t/T like I do with s/S. Actually, maybe I do understand the...
Ah, I see what you're getting at. Yeah, I think I could add that to this package. I currently have a rewrite of it in the works, I'll look into...
Perfect! Thanks again for your help!
Not too long ago, the `:editor format` module switched from format-all to apheleia, so I'm closing all issues related to format-all. Thanks for bringing this to my attention, in any...