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

@ -141,7 +141,7 @@ pub struct TerminalSettingsContent {
pub alternate_scroll: Option<AlternateScroll>,
/// Sets whether the option key behaves as the meta key.
///
/// Default: false
/// Default: true
pub option_as_meta: Option<bool>,
/// Whether or not selecting text in the terminal will automatically
/// copy to the system clipboard.