helix icon indicating copy to clipboard operation
helix copied to clipboard

A post-modern modal text editor.

Results 1421 helix issues
Sort by recently updated
recently updated
newest added

This is a work in progress, to satisfy my curiosity about a KISS way of going about it. This will enable people to use `$file` and `$pwd` for `insert-output` and...

A-helix-term
S-waiting-on-review

### Summary When adding a `'`-symbol to a specific line of a specific nix-file, the predefined language-server for nix files (rnix-lsp) seems to provide information which results in an error...

C-bug
A-tree-sitter
A-core

### Summary Helix crashes when I try to use `elm` coded embedded in a markdown file, such as: ```elm length : List a -> Int length l = case l...

C-bug
A-tree-sitter

The idea of 'selection first' makes a lot of sense to me compared to vim's 'action first'. However, I do not know if the keymap currently adheres to that philosophy...

C-enhancement
A-keymap

### 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

### Summary I've been trying to find a theme I like for use in Helix. Not hard—there are many good options—but I've had to decide against a lot of them...

C-enhancement
E-easy
A-theme

Hello. First time contributor here. SUMMARY: With these changes, when `truncate_start` is `true` in a call to `Buffer::set_string_truncated`, the `x_offset` is now properly updated according to the (potentially truncated) content...

C-bug
A-helix-term
S-waiting-on-review