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

Don't know if this has been discussed already but I couldn't find any issue about it. I'm a heavy user of Emacs in server mode and emacsclient to open files...

C-enhancement
A-helix-term

Trying to find references for example in goto_reference in commands.rs brings up a lot of duplicate matches. This change removes the duplicates from lsp goto_* commands. Before: ![picker_old](https://user-images.githubusercontent.com/45574139/193718330-13d99461-cada-4209-9063-d709a2c6e812.png) After: ![picker_new](https://user-images.githubusercontent.com/45574139/193718350-baeada2c-a0ee-4805-a35d-42314f9f7ae7.png)

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

Closes #2479 and is a prerequisite for #1125. Also probably supersedes #588. I don't think this is quite ready to merge but it's definitely due for some reviewing. Functionality works...

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

Implements https://github.com/helix-editor/helix/issues/165#issuecomment-1216566867 Changes 'match inside/around' bindings for: - type definition from `c` to `t` - comments from `o` to `c` - tests from `t` to `T` Also changes those for...

A-keymap
S-waiting-on-review
R-breaking-change

Appending to the log file can cause write amplification on SSDs causing lots of unnecessary wear so I propose adding a configuration entry to disable it. The proposed changes do...

A-helix-term
S-needs-discussion

The current layout for the diagnostics picker is not that great. The file path takes up a lot of space (for example `\c\U\a\s\h\h\s\c\lsp.rs`) and most of the diagnostic text is...

C-enhancement

The change resolves #3832. I need help to complete the tree-sitter configuration.

S-waiting-on-author

Fixed readability of highlighted text on the rose_pine themes using the official palettes. Previews (after and before) Rosé Pine Dawn ![Captura de tela de 2022-10-12 05-04-55](https://user-images.githubusercontent.com/42903366/195288181-5b0d58b2-11e8-4bdb-b9f2-348d1c7dfb1f.png) Rosé Pine Moon ![Captura...

A-theme
S-waiting-on-review

### Summary When starting `hx` with no file arguments, (e.g. `hx`, `hx -vvv`, but not `hx path` or `hx --tutor`) it hangs indefinitely at startup. I noticed that this seems...

C-bug
O-windows
upstream

Currently if you configure any auto pairs with multi-byte Unicode characters, auto pairing does not produce a correct selection. This is because it is summing bytes, when it should be...

C-bug
A-core
S-waiting-on-review