Jonathan Hayase

Results 142 comments of Jonathan Hayase

In retrospect, I really should have renamed this package `evil-avy`. As far as I can tell, this would require a lot of new code. If I were to implement it,...

@noctuid I guess the hard part is ensuring the mark targets match the mark letters. I'd need to think about how to achieve that.

This is definitely interesting. I haven't had a chance to test it out, and I don't know when my next free moment will come, but I'd definitely be interested in...

Are you sure the wiki snippets don't work? As far as I can tell, they should work, although I don't use `evil-leader`, so it's hard to tell. For the snippets...

I'm sorry can you elaborate a bit on what the functionality in vim (using .) is?

I'm sorry I can't really understand. What is teleporting a line, as opposed to a word in that line?

Oh I see, this is a feature I wasn't aware of. Unfortunately, the design of `avy` makes fixing this a bit difficult. E.g. ```emacs (defun avy-forward-item () (if (eq avy-command...

Oh wait it shouldn't have been since that feature is disabled by default. I'll have to look into it.

Ah I took a look at this and I understand that the overlay-skip bit assumes that you're going forward and skips to the end of the overlay. If you're going...