Skip to content

Commit

Permalink
changed bind I to L in expandLineSelection -issue 59003
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianaMarques committed Jan 27, 2019
1 parent 9301aef commit eb1c218
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 eb1c218

Please sign in to comment.