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

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

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

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

A-documentation
C-enhancement

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

C-bug
upstream

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

C-enhancement
E-easy
E-good-first-issue

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

A-documentation
C-enhancement
E-help-wanted

A-language-server
S-waiting-on-author

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

C-enhancement
C-discussion
A-plugin

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

C-bug

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.

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

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",...

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