Skip to content

Commit

Permalink
added the missing select-all hotkey - fixes #3081, fixes #3141
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Oct 3, 2022
1 parent 6bb4287 commit 512d2da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tabby-terminal/src/hotkeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 512d2da

Please sign in to comment.