helix
helix copied to clipboard
A post-modern modal text editor.
This is a fix for the #2645. It assumes a fix for the _textwrap_ library, which is already in `master` but not yet released. See details here https://github.com/mgeisler/textwrap/issues/453 Here's a...
This PR allows retaining the current selected option in either the menu or the picker, when calling `score` (as long, as it's still in there, after calling `score`). This is...
These patches makes it possible to move focus to a window by pressing c+w and then a number like you do with ctrl+ in sublime text, vscode etc. This is...
Related: - #2443 - #1426 After playing around with `shellcheck`, I think it's not the way to go mostly because of the path separator between linux and windows (\ vs...
I believe the idea for https://github.com/helix-editor/helix/pull/2996 was to be able to add a spacer if desired. Looking ahead to https://github.com/helix-editor/helix/pull/1623 I prefer to have that space filled by git status....
Configurable, themable, nesting rainbow highlights:  This approach uses the syntax tree to guide nesting levels and highlights so it ends up being much more flexible than a naive pair-matching...
Requires #1905 . I had to create a vector for every completion to add the spans, but I didn't notice any slowdown (even with `idle-timeout = 0`). The loop part...
Minor cleanups for easier understanding of functionality and code.
I'd like to be able to toggle line numbers on and off while editing. [#1967](https://github.com/helix-editor/helix/pull/1967) added a gutters setting that allows disabling line numbers by simply not including "line-numbers" in...
Issues: #3217 Discussions: #3238 I created a dark high contrast theme refer to vscode dark high contrast theme. It is hard for me to create a light theme and I...