mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
default to tmux if available on Linux
This commit is contained in:
parent
e2f0ceef19
commit
1ef8343ea9
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ export class TerminalConfigProvider extends ConfigProvider {
|
|||
terminal: {
|
||||
font: 'Liberation Mono',
|
||||
shell: '~default-shell~',
|
||||
persistence: 'screen',
|
||||
persistence: 'tmux',
|
||||
},
|
||||
hotkeys: {
|
||||
'copy': [
|
||||
|
|
Loading…
Reference in a new issue