Ivan Tham

Results 390 comments of Ivan Tham

tree-sitter is limited such that it does not have context of the language, like similar returns highlight or similar .await highlights.

@LouisGariepy IIRC in the release notes I remember there is `space-h` select the same symbols in the function, that way it can be similar like part of the syntax highlight...

> I'm also a little concerned that doing inline rendering right now will be a bit delicate, as the current rendering architecture isn't really set up to support it, nor...

Missing update in https://github.com/helix-editor/helix/blob/master/helix-core/src/position.rs I think, the `visual_coords_at_pos` should be updated.

I wanted to do something like this later on like doom emacs space space so the feature might intersect with this a bit (but didn't work on it yet). More...

One issue with this design is that it does not interact with last picker which user can then use space ', and even if it does, the keys are too...

Sorry that I didn't do this earlier but here is a draft https://github.com/helix-editor/helix/pull/2412

> I've never used Emacs. I have added filter to explorer. Is it similar to what you said? No, I didn't try but I believe the idea is different, the...

> You type or directly instead of enter. -- continuing from find file pull request That's why I don't do file tree, it's not straightforward to use, at least I...

Going back to keys, without looking more than `space e` to start file explorer (and not using other interactive tree explorer) - `l` unexpectedly scroll right over the left tree,...