This commit is contained in:
Eugene Pankov 2021-12-19 18:40:19 +01:00
parent 87ed979588
commit 4f189f6839
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -153,6 +153,7 @@ export class TerminalConfigProvider extends ConfigProvider {
[Platform.Linux]: {
terminal: {
font: 'Liberation Mono',
pasteOnMiddleClick: false, // handled by OS
},
hotkeys: {
'ctrl-c': ['Ctrl-C'],