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

After rotating selections users is probably done with the rotation they want, so it would be better to exit select mode rather than they have to press v again.

Advanced users won't need it and is useful for beginners. Revert part of #3671. Beginners who do not read documentation rely on these keys, having these keys reduce the effort...

A-keymap
S-waiting-on-review

Supercedes #1623. I took this PR up as the original PR was tagged as waiting-for-author/inactive. This PR is rebased on the current master to avoid conflicts. Additionally, I have updated...

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

The documentation of find_root described the following priority for detecting a project root: - Top-most folder containing a root marker in current git repository - Git repository root if no...

A-core
S-waiting-on-review

Supersedes #1162. Relevant: #274, #510. This PR depends on virtual text (#417); my commits are currently based on top of that PR. As a result, note that there's a fair...

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

Currently, opening helix with a config containing a bad command mapping fails with a cryptic error. For example, say we have a config (bad.toml) with a command name that doesn't...

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

I noticed that your website references creating a gui with skia/skulpin. That sounds very similar to my architecture for neovide which is a gui for neovim. A not broadly stated...

C-enhancement
E-hard
A-core

Correctness aside, _“the line below marked”_ reads oddly, and makes one assume _“below --->”_ for a second.

Reference: https://vimhelp.org/options.txt.html#%27incsearch%27

C-enhancement

Simplify opening an Elixir project placed in a monorepo

S-waiting-on-review