helix
helix copied to clipboard
Add `unbind_default_keys` config option
Based on https://github.com/helix-editor/helix/pull/2733/
Closes #2720
There's a bug currently: default keymap still gets applied if there's a .helix directory with other bindings in the project root.
Edit: fixed now.
See https://github.com/helix-editor/helix/issues/2720#issuecomment-2065533370, we want to solve this when we switch to scheme rather than adding a new config option as a stopgap