Revert terminal: Add Alt key bindings for terminal (#15535)
- reverts commit 66ada3e44c
.
- change default `option_as_meta` to true
This commit is contained in:
parent
9384f665bb
commit
64bfec533e
4 changed files with 3 additions and 100 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue