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

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    c838f9c View commit details
    Browse the repository at this point in the history
  2. Fix lint issues

    postsolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e4ebc0d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Fix typo in remapping.md

    `unbind-default-keys` => `unbind_default_keys`
    postsolar authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5e0bec1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    0eb0f6f View commit details
    Browse the repository at this point in the history
  2. Fix: respect global unbind_default_keys when a local config is pres…

    …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`.
    postsolar committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    706d7d5 View commit details
    Browse the repository at this point in the history