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 believe this is quite a nice default, as various fancy quotes like “” ‘’ «» will appear in markdown more than anywhere. \ Inserting a fancy quote and seeing...

The recently added File Explorer (https://github.com/helix-editor/helix/pull/11285) is awesome, but it's missing a couple of features which I'd classify as nice-to-have (you can already delete / move / create etc files...

### Summary Opening a file or HTTP link in Windows with `gf` results in this error: `Windows cannot find '\\'.` ### Reproduction Steps ### I tried this: 1. `hx` 2....

C-bug

close https://github.com/helix-editor/helix/issues/13371 The flows for completion approximately goes like `path_completion` -> `compile_path_regex` -> `path_component` The `path_component` regex expects spaces to be escaped, however the `path_completion` function provides unescaped spaces. The...

### Summary ui.text.directory has bigger priority than ui.menu.selected and ui.text.focus ### Reproduction Steps ```nix "ui.menu.selected" = red; "ui.text.directory" = gray; "ui.text.focus" = red; ``` File autocomplete item, works well: ![Image](https://github.com/user-attachments/assets/ccc41c3f-4273-4b15-969f-7f079a4fa37e)...

C-bug

Description: This pull request corrects minor typographical errors in comments and documentation across the codebase. Specifically: - In `helix-core/src/movement.rs`, the word "traversing" was corrected in a comment. - In `helix-stdx/src/env.rs`,...

I noticed while working with Helix recently (noted in #11666) that if I produced a bad configuration, it was hard to tell what I'd done wrong. This is made doubly...

This will make it much easier to debug failing tests ## Before ![Image](https://github.com/user-attachments/assets/6ac91de1-5917-4b63-bfd3-361f5fa05ad8) ## After ![Image](https://github.com/user-attachments/assets/cbfd06e5-fe33-4c49-8025-3fbb733970d3)

It is common to have several LSPs enabled for a single language. Given that, would it be possible / useful to make the diagnostic picker aware of which LSP produced...

C-enhancement