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
trafficstars

#### Describe your feature request Now that #2434 has been merged and we have this great new capability, I'd like to revisit the discussion started [ in this comment](https://github.com/helix-editor/helix/pull/2434#issuecomment-1163230782). Specifically,...

C-enhancement
A-helix-term

This should fix #3305, although I am on a Mac, so I cannot test it myself.

We should treat the grammar sources, compiled parsers, and queries produced while building Helix as immutable defaults which can be overridden with the existence of files in `~/.config/helix/runtime`. Effectively, `$HELIX_RUNTIME`...

C-enhancement
A-packaging
A-tree-sitter
A-helix-term

#### Describe your feature request When I create a theme, the "key" names may not match the color change location well and may have multiple contexts. For example, "ui.text.focus" is...

C-enhancement

In #279 @pickfire suggested that we might want a logo for Helix at some point. I figured it couldn't hurt to open an issue for people to toss some design...

C-discussion

Hi, [GhostText](https://ghosttext.fregante.com/) is a browser extension that connects to your editor via its own extension. This feature request is for asking an _extension_ for Helix. In https://github.com/fregante/GhostText/blob/main/PROTOCOL.md is described how...

C-enhancement
A-plugin

### Support regex substitution, comparable to vim `:s` or VSCode search & replace. **I propose supporting regex replacements for selection `s`, files`/`, and the workspace scopes ` + /`.** This...

C-enhancement
A-helix-term

This changes switches from deriving the language name from the `languages.toml` `scope` key to `name` (`language_id` in the `LanguageConfiguration` type). For the most part it works to derive the language...

Would need a tree-sitter grammar for that.

C-enhancement
A-tree-sitter

This listens to focus change events from the terminal and writes all files when focus is lost. It's not ready to merge, but I had a couple questions that it'd...

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