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