helix
helix copied to clipboard
A post-modern modal text editor.
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 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...
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...
[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...
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.
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`...
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....
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...