helix
helix copied to clipboard
A post-modern modal text editor.
For some file watching/hot reloading programs, the way that Helix writes files can confuse them and cause them to throw errors or corrupt their caches. One such program is the...
Closes #5632 Search keeps some state around including the current document id and a snapshot of its selection. The crash was caused by changing the document while staying in the...
This allows me to replicate my kakoune config: ``` map global normal '*%s' ``` With helix config: ``` "A-%" = ["search_selection", "extend_search_all"] ```
### Summary Cannot edit crontab for the first time ### Reproduction Steps I tried this: - `EDITOR=$(which hx)` in my `.zshrc` on my macbook. - Then, I did `crontab -e`...
### The Problem In lots projects its not uncommon to have multiple files with the same name, if you have multiple of them open as separate buffers this can make...
Changed to show the aliases on the command palette (\?), as shown in the image below. 
This is building on top of https://github.com/helix-editor/helix/pull/4694 with the following changes: * Rebased to current head * Choose a more meaningful primary index selection. * Note that this behaviour diverges...
This PR will enable Helix to detect Windows-style `crlf` line endings in regex searches, such as when selecting with `s` and searching with `/`. This resolves #13680. - **fix: detect...