1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-29 21:54:37 +00:00

added the missing select-all hotkey - fixes , fixes

This commit is contained in:
Eugene Pankov
2022-10-03 19:50:21 +02:00
parent 6bb4287f01
commit 512d2dace8

@@ -13,6 +13,10 @@ export class TerminalHotkeyProvider extends HotkeyProvider {
id: 'paste', id: 'paste',
name: this.translate.instant('Paste from clipboard'), name: this.translate.instant('Paste from clipboard'),
}, },
{
id: 'select-all',
name: this.translate.instant('Select all'),
},
{ {
id: 'home', id: 'home',
name: this.translate.instant('Beginning of the line'), name: this.translate.instant('Beginning of the line'),