helix
helix copied to clipboard
A post-modern modal text editor.
### 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...
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`...
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...
The byte sizes get very long for large files, ditto the title and the pr.
Close #13611
### 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...
### 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...
feat: Commands for aligning text. `:align-text-left`, `:align-text-right` and `:align-text-center`
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`)...