mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-29 21:54:37 +00:00
@@ -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'),
|
||||||
|
Reference in New Issue
Block a user