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

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...

A-language-server
S-waiting-on-review

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

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

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...

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

Add `text` to completion for possible languages, and report error if user inputs invalid language.