mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Merge pull request #67178 from LucianaMarques/expandLineSelection-issue59003
Changed keybinding to select current line -issue 59003
This commit is contained in:
@@ -1336,7 +1336,7 @@ export namespace CoreNavigationCommands {
|
||||
kbOpts: {
|
||||
weight: CORE_WEIGHT,
|
||||
kbExpr: EditorContextKeys.textInputFocus,
|
||||
primary: KeyMod.CtrlCmd | KeyCode.KEY_I
|
||||
primary: KeyMod.CtrlCmd | KeyCode.KEY_L
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user