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

Add a configuration option for Pickers to define the `split-direction` with the possible values of `vertical` (default) and `horizontal`. This is how hx looks with the currently implemented vsplit between...

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

A lot of the time I want to open multiple files at once from the file picker and I think this small qol feature could make it easier to do...

C-enhancement
A-helix-term

C-enhancement
A-plugin
R-wontfix

Closes #411, called text annotations in code. #### TODO - [x] End of line annotations - [x] Overwrite with virtual text #### Future Works - Inline annotations POC using diagnostics...

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

[documentation](https://docs.helix-editor.com/remapping.html) describes modifier keys in terms of classic "Control, Alt, Shift" trinity, but mac has "Command, Option, Shift" (and Control which I don't want to use), how to deal with...

C-enhancement
upstream

There's a [Tcl tree-sitter](https://sr.ht/~cdrozak/tree-sitter-tcl/) on Sourcehut that's under fairly active development, although I don't know whether it's feature-complete.

C-enhancement
E-easy
E-help-wanted
A-tree-sitter
E-good-first-issue

When I gla in normal mode and then del I expect the next line to be deleted if it has nothing but tabs in it - VSCode does it, Helix...

Add a explorer wdiget that display file under the current dir with tree style or list style. Add two shortcuts, `Ctrl-e` and `Ctrl-E` to toggle file explorer. features `[ctrl]-jk/tab/arrow keys`...

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

Add xtask to generate html previews for all themes. Requires the `aha` tool installed to convert ANSI sequences to HTML. `aha` should be available for your linux distribution of choice....

S-waiting-on-review

The current `repeat` only repeat's last insertion. `Alt-.` repeat's last motion. This leaves out sequences like `wd`, `ms(`, etc. Adding these under `.` probably doesn't do any damage. Since, a...

C-enhancement