helix
helix copied to clipboard
A post-modern modal text editor.
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...
### 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...
### 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...
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...
### 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...
### 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...
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...