reconnect hotkey - fixes #3344

This commit is contained in:
Eugene Pankov
2021-02-13 12:49:07 +01:00
parent 9b5b5a9d00
commit aab1ae3ceb
5 changed files with 13 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ export class SSHConfigProvider extends ConfigProvider {
ssh: [
'Alt-S',
],
'restart-ssh-session': [],
},
}

View File

@@ -9,6 +9,10 @@ export class SSHHotkeyProvider extends HotkeyProvider {
id: 'ssh',
name: 'Show SSH connections',
},
{
id: 'restart-ssh-session',
name: 'Restart current SSH session',
},
]
async provide (): Promise<HotkeyDescription[]> {