Omnikar
Omnikar
> How would the suggested macro key binding of the key sequence `mi"` to a key - for example `mq` in normal mode - look like? ```toml m.q = ["select_textobject_inner",...
I'm not sure I like the idea of being able to really easily rm a file from Helix (and closing the buffer means that there's no way to recover it...
> I was thinking we could use markdown since it would be possible to highlight it with a tree-sitter grammar. We could also render it using the markdown components we...
> Would that allow for, in the examples, showing the selections without making the text wider by adding `[]`? Cause that's been bothering me. I had an idea to solve...
> Late to the party but just out of curiosity (and whether it even makes sense): would it be possible to have the docs as a comments for the rust...
Why is it claiming that `typable-cmd.md` is conflicted?
OK… I guess I was able to fix it through Github's GUI
> Maybe this would be doable with tree-sitter once [tree-sitter/tree-sitter-rust#99](https://github.com/tree-sitter/tree-sitter-rust/pull/99) finally gets merged. What do you mean? How does that relate to the help system?
So you're proposing using tree-sitter for compile time documentation generation? I do want to add that I am honestly not particularly fond of the idea of moving all the help...
Exactly what change is being asked for here? Is it just to copy all the documentation as-is from the files into doc comments, or is it to do that in...