helix
helix copied to clipboard
A post-modern modal text editor.
I must open a new PR since I have force-pushed a change for https://github.com/helix-editor/helix/pull/4141 when it was closed and I cannot reopen it. This is a fix for #2027. If...
Hi! Thanks for all your work on `helix`, it's great! Code blocks in the book are barely readable in the [light themes of the book](https://docs.helix-editor.com/), because some color variables are...
### Summary I know this is kind of an edge case, but if your system does not do anything with volume control/media playback control keys, they pass through to Helix,...
Currently `:tree-sitter-scopes` displays the scopes in a single line in the status bar, which can often be so long the terminal needs to be stretched across another screen (or its...
This would introduce the user to modal editing, and to Helix's commands and its multiple selections. I think it could be opened via something like `hx --tutor`, or opened from...
In addition to #122, it would be nice to make it possible to implement plugins through an RPC interface like in [Neovim](https://neovim.io/doc/user/api.html). One major benefit from this is that it...
### Summary An extra character is left untouched when deleting words from the _very end_ of a buffer (with no new line following). Whenever I hit `Ctrl-w` to delete words,...
This is mostly for the sake of the diagnostics pickers: without rendering the diagnostic styles, it's hard to tell where the entries in the picker are pointing to.
This adds a command to rewrite the search register to add word boundaries to the regex that's there. This is an alternative to #4222. ```toml [keys.normal] "*" = ["move_prev_word_start", "move_next_word_end",...