Revert terminal: Add Alt key bindings for terminal (#15535)

- reverts commit 66ada3e44c.
- change default `option_as_meta` to true
This commit is contained in:
Peter Tripp 2024-07-31 10:54:58 -04:00 committed by GitHub
parent 9384f665bb
commit 64bfec533e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 100 deletions

View file

@ -635,7 +635,7 @@
// "option_to_meta": false,
// 2. Make the option keys behave as a 'meta' key, e.g. for emacs
// "option_to_meta": true,
"option_as_meta": false,
"option_as_meta": true,
// Whether or not selecting text in the terminal will automatically
// copy to the system clipboard.
"copy_on_select": false,