Skip to content

Commit

Permalink
Update all occurrences of option_as_meta to new default value (zed-…
Browse files Browse the repository at this point in the history
…industries#19369)

This PR is a quick follow-up to zed-industries#19364 which updates some left-out
occurrences of `option_as_meta` to the new default value (`false`).
  • Loading branch information
MrSubidubi authored and noaccOS committed Oct 19, 2024
1 parent 4471c23 commit eb7141c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/settings/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,10 @@
// May take 2 values:
// 1. Rely on default platform handling of option key, on macOS
// this means generating certain unicode characters
// "option_to_meta": false,
// "option_as_meta": false,
// 2. Make the option keys behave as a 'meta' key, e.g. for emacs
// "option_to_meta": true,
"option_as_meta": true,
// "option_as_meta": true,
"option_as_meta": false,
// Whether or not selecting text in the terminal will automatically
// copy to the system clipboard.
"copy_on_select": false,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/configuring-zed.md
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ See Buffer Font Features

- Description: Re-interprets the option keys to act like a 'meta' key, like in Emacs.
- Setting: `option_as_meta`
- Default: `true`
- Default: `false`

**Options**

Expand Down

0 comments on commit eb7141c

Please sign in to comment.