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

### Summary It's great that Helix now has out-the-box support for `wat_server`, but the depended on repository for the WASM Text Format hasn't been maintained in 3 years. There is...

C-bug

It seems that these keys are not supported as they are not listed as special keys in the documentation. They can however be helpful as alternatives for `Ctrl+O` and `Ctrl+I`...

C-enhancement

Brings us one step more in line with Neovim captures. Already mistakenly used/added in languages and themes: https://github.com/search?q=repo%3Ahelix-editor%2Fhelix+string.escape&type=code. It's shorter, easier to remember, and makes more sense generally imo. I...

Currently Helix has the `@tag` capture/scope (documentation describes it as for "Tags (e.g. `` in HTML)"), as well as the `@tag.builtin` nested capture (no description). Neovim has both of these,...

### Discussed in https://github.com/helix-editor/helix/discussions/1540 Originally posted by **kevinsjoberg** January 19, 2022 Helix currently supports running [Code Actions](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction) manually by pressing `+a`. Some language servers also supports running specific code actions...

C-enhancement
E-easy
A-language-server

The byte sizes get very long for large files, ditto the title and the pr.

### Summary On Windows, when starting on a newline char, pressing `b` (`move_prev_word_start`) results in a selection that includes the newline char. On Linux it doesn't, and I much prefer...

C-bug

### Summary Hi, when I use helix from the flake, with the following config ``` config = mkIf config.hm.editor.helix.enable { programs.helix = { enable = true; package = inputs.helix.packages.${pkgs.system}.default; languages...

C-bug

This PR adds: - `:align-text-center` to center text (alias `:atc`) - `:align-text-left` to align text to the left (alias `:atl`) - `:align-text-right` to align text to the right (alias `:atr`)...