Merge pull request #67178 from LucianaMarques/expandLineSelection-issue59003

Changed keybinding to select current line -issue 59003
This commit is contained in:
Alexandru Dima
2019-02-14 11:21:55 +01:00
committed by GitHub
@@ -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
}
});
}