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