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

Based on #3136. Fixes #3127 and might fix #3133. This changes `shell_impl` to concurrently write to `stdin` while reading from `stdout` and `stderr`. This way processes will not block, if...

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

this bug is thousands of years old, it is present in vi / vim / nvim / any vim-like editors I have tried and in the post-modern editor it is...

C-enhancement
E-help-wanted
C-discussion
A-keymap
E-medium

Moves mode transition logic to `handle_keymap_event()` Fixes this: https://github.com/helix-editor/helix/issues/2051#issue-1198579421 Suggestion here: https://github.com/helix-editor/helix/issues/2051#issuecomment-1140848285

Depends on https://github.com/helix-editor/helix/pull/3169.

S-waiting-on-pr

Is it planned to have Wakatime support, and is there any workaround to get it working?

C-enhancement
A-plugin

#### Describe your feature request This is a complimentary feature request for #3217. The idea for this feature is to add an option in the `[editor]` config to always keep...

C-enhancement

### Summary Most of the time, when I select a comment (e.g. with `x`) and run `:reflow`, the comment prefix (e.g. `//`) isn't added to the reflowed lines. It seems...

C-enhancement
A-helix-term

Some themes that come with helix need some polish. acme: statusline, menu, maybe errors base_16_transparent: menu bg same as standard bg (intentional, add border once it's possible) nord_light: ui menu...

C-enhancement
A-theme

This PR adds the ability to customize the progress spinners. It changes the way they are created, as well, but this is not a huge issue because they weren't user-customizable...