helix
helix copied to clipboard
A post-modern modal text editor.
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...
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...
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.
Is it planned to have Wakatime support, and is there any workaround to get it working?
#### 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...
### 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...
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...
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...