Skip to content

Commit

Permalink
Remove default keybinding for SelectToBracket
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Jan 23, 2018
1 parent d381a4b commit c903bd7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/vs/editor/contrib/bracketMatching/bracketMatching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ class SelectToBracketAction extends EditorAction {
id: 'editor.action.selectToBracket',
label: nls.localize('smartSelect.selectToBracket', "Select to Bracket"),
alias: 'Select to Bracket',
precondition: null,
kbOpts: {
kbExpr: EditorContextKeys.textFocus,
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_Q
}
precondition: null
});
}

Expand Down

0 comments on commit c903bd7

Please sign in to comment.