Dimitri Sabadie
Dimitri Sabadie
Hey that’s a funny mode! That’s definitely doable! I’d rather merge #123 first so that implementing those modes get trivial.
Just for the context, preserving the column is easily implementable with an option `opts.preserve_column` by overriding the jump target’s column with the one at the cursor before the jump. I...
This is not linked to this mode only, it’s also a problem with any kind of jump target. The right fix here is to filter the list of jump targets...
I just tested in `goneovim` to be sure it was not a TUI issue: I reproduce there too. 
So a89898a is a mitigation. It doesn’t fix the problem because I believe it’s a Neovim bug, but at least it should prevent Hop users from seeing the bug. I’ll...
Oh yeah, it’s planned and shouldn’t be too hard to do. Callbacks have been wanted for a while, so I’m going to invest some time in it soon.
There is `hint_with_callback`. Is that enough for you?
What kind of errors do you get?
This is the first time I see that kind of feature. I don’t plan to use it (as I want Hop to be as reactive as possible). However, it seems...
It doesn’t really generate a static list. It generates a dynamic trie for as long as we generate sequences. Once the sequences are all generated, the trie is converted back...