helix
helix copied to clipboard
A post-modern modal text editor.
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...
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...
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...
Jump mode
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...
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...
Gui
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...
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
Simplify opening an Elixir project placed in a monorepo