György Andorka

Results 204 comments of György Andorka

Very good insights and tips... I'm in the middle of implementing a new feature, but will get back to this in due time :) > I might suggest an interactive...

https://github.com/ggandor/lightspeed.nvim/issues/102#issuecomment-1029236813

Well, how do you like [it](https://github.com/ggandor/lightspeed.nvim/commit/7835c43dc30041e48d487158b4cebb1fb640d765)? One step to the right direction, I guess.

> it's hard to show without a lot of pictures it feels Very hard... and we cannot open the README with some mile-long film roll, so this is the best...

> It gives the impression ... that lightspeed is super complicated when it's really "type two chars, maybe 3". Spot on. This is _exactly_ my main source of frustration with...

Yeah, we all know that Lightspeed/Leap represent the state-of-the-art in motion plugins, but being _too_ cocky about it can be counterproductive :) Let happy users spread the word instead... That...

This is an obvious request, I've been wanting to implement this for ages, but seems impossible at the moment. Fold headers cover everything unconditionally, including extmarks, we cannot labels positions...

If I comment out `handle-interrupted-change-op!` in the `exit` forms, the same thing happens, so the problem is elsewhere. Maybe this is related to #124? ¯\_(ツ)_/¯

This is very tricky, because extmarks (i.e., labels) can only be set for a buffer, and not for a window. So if you open multiple windows with the same content,...

Yeah, I see. If there's even some overlap between two or more windows, it can prevent deterministic cross-window jumping. I don't see how this could be solved... I'll think about...