helix
helix copied to clipboard
A post-modern modal text editor.
Add pickers so that we can search beside moving.
`Document::url()` uses `Document::path()` which is just a reference to `Document.path`. Since LSPs can send either a path with an uppercase or lowercase drive letter, we need to check for the...
This PR provides a solution to resolve #2454
implements #3223 Adds pseudo pending text for `ms`/`mr`/`md` commands (match surround, replace, and delete). Currently hard-coded as there appears to be an issue with appending to the current `editor.pseudo_pending` value....
The docs currently don't list Tab and Shift-tab as options to scroll in the picker. This PR adds that
Edit: this PR was split up, now integration tests are in #2359 and this PR is based on that branch. Well, I did not expect this PR to get this...
Add `text` to completion for possible languages, and report error if user inputs invalid language.
fixes #2931