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

Document how to bind Ctrl keys in neomutt config #6254

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

matthiasbeyer
Copy link
Contributor

Description

I stumbled over this, and figured I add some documentation about how to do it.

Checklist

  • Change is backwards compatible.

  • Code formatted with ./format.

  • Code tested through nix-shell --pure tests -A run.all or nix develop --ignore-environment .#all using Flakes.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.

Maintainer CC

@gbirke @Cybolic

@github-actions github-actions bot added the mail label Dec 31, 2024
@matthiasbeyer matthiasbeyer force-pushed the neomutt-ctrl-bind-example branch from b7ac853 to 40256de Compare December 31, 2024 13:45
@teto
Copy link
Collaborator

teto commented Jan 3, 2025

I would have thought the backslash \ would appear if it were escaping nothing ? could only find https://nixos.org/guides/nix-pills/04-basics-of-language#strings
but it behaves like you say.

nix-repl> builtins.trace "\Ctoto" {}
trace: Ctoto
{ }

@teto teto merged commit 0d7908b into nix-community:master Jan 4, 2025
3 checks passed
@matthiasbeyer matthiasbeyer deleted the neomutt-ctrl-bind-example branch January 5, 2025 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants