-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Description
I have my regular terminal (Terminal
on Ubuntu) configured so that pressing Super
(also known as Meta
key in VSCode) key acts like a Ctrl key. E.g., when I press Super+C
it sends interrupt key to the terminal. In this way I get regular Ctrl key free to use for UI shortcuts (e.g., when I press Ctrl+C
I get clipboard copy). In this way I have similar experience to what macOS provides.
I would like to configure the same for the integrated terminal. To me it looks like it would only need to map pressing the Super/Meta key to the Ctrl key. But just for the purposes of the terminal and not keyboard shortcuts (even when focused inside the terminal). Based on existing terminal.integrated.macOptionIsMeta
i would like to ask for the terminal.integrated.linuxMetaIsCtrl
key.