Skip to content

Commit

Permalink
Merge pull request #67178 from LucianaMarques/expandLineSelection-iss…
Browse files Browse the repository at this point in the history
…ue59003

Changed keybinding to select current line -issue 59003
  • Loading branch information
alexdima authored Feb 14, 2019
2 parents 3283483 + eb1c218 commit af2bd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/browser/controller/coreCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
});
}
Expand Down

0 comments on commit af2bd48

Please sign in to comment.