helix
helix copied to clipboard
A post-modern modal text editor.
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....
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: ...
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  ## After 
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...