1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-19 17:07:08 +03:00
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'],