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

Revert terminal: Add Alt key bindings for terminal #15535

Merged
merged 3 commits into from
Jul 31, 2024
Merged

Conversation

notpeter
Copy link
Member

  • reverts commit 66ada3e.
  • change default option_as_meta to true

This reverts #14556 which was to address #14543.
I thought emacs (meta) keybindings were broken by default.
But it turns out option_as_meta was just disabled by default.
Oops

The option-as-meta docs didn't match the code.

Changing the default to true means various command line tools (emacs, less, readline) support their full keybinds out-of-the-box in terminal.

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jul 31, 2024
@notpeter notpeter changed the title Revert: terminal: Add Alt key bindings for terminal Revert terminal: Add Alt key bindings for terminal Jul 31, 2024
@notpeter notpeter self-assigned this Jul 31, 2024
@notpeter notpeter merged commit 64bfec5 into main Jul 31, 2024
11 checks passed
@notpeter notpeter deleted the revert_alt_terminal branch July 31, 2024 14:55
notpeter added a commit that referenced this pull request Oct 17, 2024
- This reverts the change I made in #15535 which set `option_as_meta` to `true` in the default settings.
- `true` is a reasonable default for US Keyboards, but is terrible for many others which rely on `alt+<key>` for totally normal keystroke combinations.
noaccOS pushed a commit to noaccOS/zed that referenced this pull request Oct 19, 2024
…s#19364)

- This reverts the change I made in zed-industries#15535 which set `option_as_meta` to `true` in the default settings.
- `true` is a reasonable default for US Keyboards, but is terrible for many others which rely on `alt+<key>` for totally normal keystroke combinations.
osiewicz pushed a commit that referenced this pull request Oct 22, 2024
- This reverts the change I made in #15535 which set `option_as_meta` to `true` in the default settings.
- `true` is a reasonable default for US Keyboards, but is terrible for many others which rely on `alt+<key>` for totally normal keystroke combinations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant