Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unbind_default_keys config option #9384

Closed
wants to merge 5 commits into from

Conversation

postsolar
Copy link
Contributor

Based on #2733

Closes #2720

@kirawi kirawi added the A-helix-term Area: Helix term improvements label Jan 23, 2024
`unbind-default-keys` => `unbind_default_keys`
@postsolar
Copy link
Contributor Author

postsolar commented Mar 17, 2024

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.

…ent, too

Previously, presence of a local `.helix/config.toml` would annulate a global `unbind_default_keys = true` setting.
With this change, this is no longer the case. The option will only be annulated if the local config declares `unbind_default_keys = false`.
@the-mikedavis
Copy link
Member

See #2720 (comment), we want to solve this when we switch to scheme rather than adding a new config option as a stopgap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unbind all default keybindings config option
3 participants