mirror of
https://github.com/Eugeny/tabby
synced 2024-12-14 07:12:50 +00:00
fixed #5219
This commit is contained in:
parent
87ed979588
commit
4f189f6839
1 changed files with 1 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue