Joe Mckay

Results 5 issues of Joe Mckay

### Summary When Split is used with a pattern that matches the start of a line, a selection is placed on the match even when there aren't any characters before...

C-bug
A-helix-term

Implements https://github.com/helix-editor/helix/issues/165#issuecomment-1216566867 Changes 'match inside/around' bindings for: - type definition from `c` to `t` - comments from `o` to `c` - tests from `t` to `T` Also changes those for...

A-keymap
S-waiting-on-review
R-breaking-change

Formatting tables manually is a pain. Does table formatting sound like a plausible feature? I can use a third party formatter in the meantime but it does sound convenient.

enhancement

Helix seems to have a rough idea of the kind of item you're autocompleting, looking at the annotations at the right of the menu, so why can't it autocomplete parentheses...

C-enhancement
A-helix-term

I'm just reading through the code, and I may be wrong but... ```c /* blocks.c > parse_list_marker */ // require non-blank content after list marker: while (S_is_space_or_tab(peek_at(input, i))) { i++;...