Omnikar

Results 93 comments of Omnikar

I also think there's a bug where the jump labels will stop being generated if a line that extends off screen is reached, because it thinks offscreen means off the...

I just did some testing and it seems like the cursor actually jumps to the correct locations, but the labels are in the wrong locations. In my code, I calculate...

Oh, it turns out I just needed to use `char_to_line` and `line_to_char` instead.

Shouldn't it obey the encoding of the specific file?

> Is this just n/N, or do you mean cycling through them while searching? See https://matrix.to/#/!zMuVRxoqjyxyjSEBXc:matrix.org/$8jRjSwtkbLRDoMHXSR0FfQVLP-ZZtmnPUOpzightecs?via=matrix.org&via=mozilla.org&via=tchncs.de

> I'd be interested in trying this, is it possible to get this behavior just by remapping keys in `config.toml`? Yep ```toml "m" = "select_textobject_inner" "M" = "select_textobject_around" ```

Parsing of matching brackets is done by Tree Sitter, so `mm` only works on files with a Tree Sitter grammar (not language server).

That makes three separate PRs all trying to close #3796…