- disable terminal bell in advanced part of settings (in french it is under
style de notification Bell
) - ctrl+v and ctrl+c in ubuntu breaks basically.. most of linux so you can edit windows terminal and comment out:
- open up with vscode or notepad
code %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
- comment out the following lines:
{ "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" },