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

Since we take some keys from both vim and kakoune, we want to reduce the issues of taking the worse of both worse. Currently I dumped some idea in https://github.com/helix-editor/helix/wiki/Keymap-brainstorm...

E-help-wanted
A-plugin
A-keymap

This is a work in-progress implementation of a plugin system based off the wasmer runtime. What has been done so far: - [X] - Automatically loads and starts any '.wasm'...

S-needs-discussion

Hi! Draft: completion by words in all loaded documents Works for document - with language server support (merge lsp result and finded words) - and without it May be such...

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

As far as I understand, there is no "repeat last command" command, you must use the default . keybind I'd like to move this command to a different key, so...

C-enhancement
A-keymap

You can do this with `space ' down ret`, but this gets it down to `] '`. Feels nicer to me when going through a big set of global search...

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

The terminal emulator I use does not have true color support (specifically, `Terminal.app`). This means that most themes don't work. However, it is possible to have some support ANSI-256 color...

C-enhancement

I have been playing around with different solutions to this issue and the nicest way I have found is using a flex-like approach where the parents container is split between...

A-helix-term
S-waiting-on-author

As mentioned by @dead10ck in https://github.com/helix-editor/helix/pull/2942#discussion_r939606221 if something is printed to stderr it doesn't mean that the process failed, so we need to check the exit code and then print...

Go to reference with `gr` gives repeated result. ![image](https://user-images.githubusercontent.com/11697220/183336697-ee094168-01c6-46bf-b9c7-a61df5871e2d.png) Line number 226 looks like below ![image](https://user-images.githubusercontent.com/11697220/183336930-ca51cd4b-8eb2-4459-9ad9-7939148b7dac.png)