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 I've done a `git bisect` and both bugs exist long before the Tree-House migration, so I suspect the problem lies in [TS-Rs](https://github.com/tree-sitter/tree-sitter-rust/) grammar ### Reproduction Steps I tried...

C-bug
upstream
A-language-support

Here is example output from a user with no runtime dir. They weren't seeing syntax highlighting, and ran `hx --health` for the particular language. It shows `tree-sitter parser: None`, but...

C-enhancement

hi, I'd like the C style block comment to be auto continued, this is a common feature in other editors and needed by many languages, such as java, c, c++....

C-enhancement

This change adds functionality that computes the shortest unique filepath for each document in the editor to display as the title in the bufferline, along with the appropriate configuration options....

Proof of concept for a basic and simple way to support icons/symbols in helix. This approach differs from #2869 in that there is only options to assign new icons, reducing...

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

This is to aid accessibility. Some themes are not great for colourblind people. With this configuration, they can easily change the icons that appear around the editor (gutter, status bar)...

A-helix-term

When following the tutorial, I found sequences like [this](https://github.com/helix-editor/helix/blob/2bd7452fe0309e273d06280d15caad6943034377/runtime/tutor#L115-L120): ``` Type the i key to enter Insert mode. 1. Move the cursor to the line marked '-->' below. 2. Move...

Currently all diagnostics use '●' as an indicator. This can be hard to distinguish at a glance, especially if you are colorblind and/or the theme doesn't distinguish much between `warning`...

This PR adds **Inline Git Blame**. While moving around in the editor, virtual text will appear to the right showing the latest commit information for this line. Showcase: ![image](https://github.com/user-attachments/assets/b6d62b75-9c5f-45d3-862c-7fdd6476804a) -...

Fixed rendering issue when jump labels are given to multibyte characters. Specifically, when the character to which the label is given is a multibyte character, a process to convert the...