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

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...

C-bug
A-dependencies
upstream
S-waiting-on-author

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...

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

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...

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

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...

S-waiting-on-review

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: ![demo](https://user-images.githubusercontent.com/21230295/184576993-5a111545-9f8f-4ca3-a6ac-3227bdbf0301.gif) 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...

A-tree-sitter
A-theme
S-waiting-on-review

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...

S-waiting-on-pr

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...

C-enhancement
A-helix-term
A-core

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...

A-theme
S-waiting-on-review