aboutsummaryrefslogtreecommitdiff

helix-patches

Patches to the Helix editor for personal use.

Currently based on 2ace6032e7de46893ee87d1a2ac425b9057fa061. To be rebased every three months on helix/stable.

Some of these are suitable for upstreaming, pulled together from rejected or inactive patches: - Make initial editing mode configurable by p-e-w: - Rejected in https://github.com/helix-editor/helix/pull/3366. - Fix writes from insert mode by omentic: - Fixes https://github.com/helix-editor/helix/issues/3501 and https://github.com/helix-editor/helix/issues/6513, addresses https://github.com/helix-editor/helix/issues/1142 and https://github.com/helix-editor/helix/issues/1583. - Rejected in https://github.com/helix-editor/helix/pull/7226. - Add support for moving lines by sireliah: - Rejected in https://github.com/helix-editor/helix/pull/4545. - Support for Unicode input by Lindenk - Necessary for Lean, Agda, helpful for Julia, etc. - https://github.com/helix-editor/helix/pull/2852

Some of these are accepted patches, liable to be merged soon: - File explorer and tree helper by wongjiahau - Blocked by a O(n^2) tree structure, currently being rewritten: https://github.com/helix-editor/helix/pull/5768 - Rainbow tree-sitter matches by the-mikedavis: - Languishing in https://github.com/helix-editor/helix/pull/2857, likely will be merged for an upcoming release? - Rainbow indentation by SoraTenshi - Blocked by the above, https://github.com/helix-editor/helix/pull/4493 - unbind-default-keys config option by Lindenk: - Waiting on review in https://github.com/helix-editor/helix/pull/2733.