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

This emits an [OSC 52 terminal code](https://terminalguide.namepad.de/seq/osc-52/) for copying into the system terminal if we don't find a local provider. That gets setting the local clipboard to work through SSH....

A-helix-term
S-waiting-on-review

Completion will not work correct When We type chars between sended to completion request and recived the result. These chars will not be replaced by completion items.

A-helix-term
S-waiting-on-review
E-testing-wanted

Not sure how this would work as it can be embedded in any language, or text file. - [ ] Set precise settings (e.g. there probably shouldn't be a file...

S-waiting-on-author

This adds bracketed paste support to fix https://github.com/helix-editor/helix/issues/2239. It's based on [this PR on crossterm](https://github.com/crossterm-rs/crossterm/pull/693), so that will need to land and be released before this can be merged. I...

It would be nice to be able to reference editor information on the `:sh` line. Things like for **example**: |subs|description| |----:|:---| | $fn | filename (= $bn.$ex) | | $bn...

C-enhancement
A-helix-term

https://user-images.githubusercontent.com/21230295/182493839-da8e7a34-e3b0-4633-bca1-a6c3e67995b5.mp4 This adds a `t` binding that can toggle a few select settings: * visible whitespace * indent guides * cursorline * a ruler at 80 It's has limitations: *...

Fixes a panic related to completion when using the arrow keys to navigate through the prompt history. Minimal reproduction steps for the panic ``` :asdf

#### Describe your feature request When using shells without job control (such as https://elv.sh), respect the `SIG_IGN` that's set for `SIGTSTP` so `C-z` does not suspend Helix. When I C-z...

C-enhancement
A-helix-term

### Discussed in https://github.com/helix-editor/helix/discussions/1968 Originally posted by **martincalveira** April 5, 2022 Hi! Is it on the roadmap to create an Appimage or Flatpak package? Thank you.

E-help-wanted
A-packaging

Nowadays, I switch to `helix` + `Zellij` (a modern tmux alternative) + `Alacritty`, the combo are very powerful. But sometimes, I miss the time when I was using vscode (with...

C-enhancement
A-helix-term
E-hard