evil-helix
evil-helix copied to clipboard
Bringing the Helix editor to the evil side
This is the file tree feature which a PR was created for in the upstream project: https://github.com/helix-editor/helix/pull/5768
As discovered in #4: Helix loads the purple theme at compile time, and loads it a bit differently at runtime compared to other themes. This makes it problematic if the...
Keybindings are customizable in Helix editor. Right? There was any limitations? It would be great to see on readme, at least some hint.
https://github.com/helix-editor/helix/pull/2857 Rainbow tree-sitter https://github.com/helix-editor/helix/pull/4493 indentation guide https://github.com/helix-editor/helix/pull/3366 initial editing mode
Fixes #38
Hello there, I would like to know if there is some compiled version of evil-helix on Windows, I have tried to compile it myself but I have failed. (It get...
### Summary What's wrong: Helix uses the default colourscheme and seemingly acts as itself rather than as it should be. (EDIT: The colourscheme issue seems to already exist as #8...
I added a link to compare changes in `main` vs upstream `master`, which shows no changes. You can select another head branch from the `/compare` menu, and feel free to...
Vim doesn't wrap the cursor in normal mode, I think it would be helpful if it behaved the same way in evil-helix. Thanks for the fork!
| Binding | Expected Behavior | Behavior Found | | --- | --- | --- | | `cc` | Delete line and go into insert mode | Nothing happens and...