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

feat(config): add support for mapping # #2278

Closed

Conversation

typerslow
Copy link

@typerslow typerslow commented Apr 26, 2022

Can now remap to # like so:

[keys.normal]
hash = "toggle_comments"

@the-mikedavis
Copy link
Member

the-mikedavis commented Apr 26, 2022

# can already be used in keybinds:

[keys.normal]
"#" = "toggle_comments"

@sudormrfbin
Copy link
Member

I think removing some of the named keys like semicolon, percent, lt etc and letting them be parsed from their normal representation (;, %, <, etc) might be better altogether. We only really need them for keys with no printable ASCII representation like backspace (and maybe minus since A-- for Alt+minus might be confusing to read).

@archseer
Copy link
Member

archseer commented May 2, 2022

Opened a new ticket #2369

@archseer archseer closed this May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants