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 "natural text editing" keybinds as defaults on macOS #3106

Closed
mitchellh opened this issue Dec 24, 2024 · 0 comments · Fixed by #3107
Closed

Add "natural text editing" keybinds as defaults on macOS #3106

mitchellh opened this issue Dec 24, 2024 · 0 comments · Fixed by #3107
Labels
contributor friendly A well-scoped, approachable issue for someone looking to contributor.

Comments

@mitchellh
Copy link
Contributor

mitchellh commented Dec 24, 2024

Discussion: #2363 (comment)
Prior issue: #2838

I'm convinced. Let's break our fixterms encodings by default on macOS for the keybinds below. This is a very common question by macOS users. If macOS users want to get fixterms encodings back for this, they can replace the below with unbind.

The discussion has more background on why this is the way it is.

keybind = cmd+right=text:\x05
keybind = cmd+left=text:\x01
keybind = alt+left=esc:b
keybind = alt+right=esc:f
@mitchellh mitchellh added the contributor friendly A well-scoped, approachable issue for someone looking to contributor. label Dec 24, 2024
@mitchellh mitchellh added this to the 1.0 Public Release milestone Dec 24, 2024
mitchellh added a commit that referenced this issue Dec 25, 2024
…ult (#3107)

Fixes #3106
Related to #2838
Discussion in #2363

This breaks fixterms encodings for these specific keys so that shells
and other programs that rely on the legacy encoding for these keys will
work by default.

This only does this for macOS because for whatever reason during the
large beta period, only macOS users found this as lacking.

If users want to restore fixterms behaviors, they can rebind these keys
as `unbind`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly A well-scoped, approachable issue for someone looking to contributor.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant