mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +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: {
|
terminal: {
|
||||||
font: 'Liberation Mono',
|
font: 'Liberation Mono',
|
||||||
shell: '~default-shell~',
|
shell: '~default-shell~',
|
||||||
persistence: 'screen',
|
persistence: 'tmux',
|
||||||
},
|
},
|
||||||
hotkeys: {
|
hotkeys: {
|
||||||
'copy': [
|
'copy': [
|
||||||
|
|
Loading…
Reference in a new issue