helix
helix copied to clipboard
A post-modern modal text editor.
A simple but very nice to have feature would be selective undo, as found in Emacs. A user can choose to only undo the selected area, which saves a lot...
### Reproduction steps I'm not sure exactly what it takes for this to happen, but I used the `write` command on a Rust file and the changes were not reflected...
### Summary Cannot open python file due to errors parsing `runtime/queries/python/highlights.scm` file. Error started from commit hash: ` 0a2646e720c4d3361e0ffa79aa5d2fd01e80568e` ### Reproduction Steps Open a python file. ### Helix log ```...
### Summary not a problem, but for some reason these "failed to load theme" messages appear in logs on every startup for standard themes, everything works fine. sample: ``` 2484...
#### Describe your feature request Add contextual pop-ups, just like when the `Match` box pops up after pressing `m` for when Helix is waiting for the input to the next...
### Summary After running a shell command some inputs don't work anymore. I ran into these two: - mouse input has no effect - CtrlC sends a keyboard interrupt and...
### Summary ```toml [keys.normal] D = ["collapse_selection", "select_mode", "goto_line_end", "delete_selection"] #
Basically load `.wasm` files. Capabilities: - provide new commands, - hook on events, - call helix commands, - access UI stuff…? At first we could use a basic toml config...
This will enable having a `.helix/config.toml` in a project repo and have it override default and `~/.config/helix/config.toml` settings. This behaviour is controlled with `config.toml`: ```toml [editor.security] load-local-config = false confirm-local-config...