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
trafficstars

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...

C-enhancement
A-helix-term

### 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...

C-bug
E-easy
A-helix-term
E-good-first-issue

### 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 ```...

C-bug

### 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...

C-bug
A-theme

#### 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...

C-enhancement
A-helix-term

### 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...

C-bug
O-windows
A-helix-term

### Summary ```toml [keys.normal] D = ["collapse_selection", "select_mode", "goto_line_end", "delete_selection"] #

C-bug
A-helix-term

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...

C-enhancement
A-plugin
R-wontfix

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...

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