diff --git a/tabby-terminal/src/hotkeys.ts b/tabby-terminal/src/hotkeys.ts index 3346af45..22f394d1 100644 --- a/tabby-terminal/src/hotkeys.ts +++ b/tabby-terminal/src/hotkeys.ts @@ -13,6 +13,10 @@ export class TerminalHotkeyProvider extends HotkeyProvider { id: 'paste', name: this.translate.instant('Paste from clipboard'), }, + { + id: 'select-all', + name: this.translate.instant('Select all'), + }, { id: 'home', name: this.translate.instant('Beginning of the line'),