mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 17:09:59 +00: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'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user