-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
Code pointer:
vscode/src/vs/workbench/contrib/terminal/browser/terminal.contribution.ts
Lines 174 to 186 in a26f3b0
// Delete to line start: ctrl+u | |
registerSendSequenceKeybinding('\u0015', { | |
mac: { primary: KeyMod.CtrlCmd | KeyCode.Backspace } | |
}); | |
// Move to line start: ctrl+A | |
registerSendSequenceKeybinding(String.fromCharCode('A'.charCodeAt(0) - 64), { | |
mac: { primary: KeyMod.CtrlCmd | KeyCode.LeftArrow } | |
}); | |
// Move to line end: ctrl+E | |
registerSendSequenceKeybinding(String.fromCharCode('E'.charCodeAt(0) - 64), { | |
mac: { primary: KeyMod.CtrlCmd | KeyCode.RightArrow } | |
}); | |
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded