mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-18 02:19:57 +00:00
13 lines
244 B
TypeScript
13 lines
244 B
TypeScript
import { ConfigProvider } from 'tabby-core'
|
|
|
|
/** @hidden */
|
|
export class TelnetConfigProvider extends ConfigProvider {
|
|
defaults = {
|
|
hotkeys: {
|
|
'restart-telnet-session': [],
|
|
},
|
|
}
|
|
|
|
platformDefaults = { }
|
|
}
|