Skip to content

Commit

Permalink
Add todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
aioutecism committed Aug 1, 2016
1 parent 354c473 commit afbc43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
{ "command": "amVim.ctrl+b", "key": "ctrl+b", "when": "editorTextFocus && amVim.configuration.shouldBindCtrlCommands && amVim.mode != 'INSERT'" },

// Default escape commands has higher priority.
// TODO: https://github.com/Microsoft/vscode/issues/10004
{ "key": "escape", "command": "closeReferenceSearchEditor", "when": "inReferenceSearchEditor && !config.editor.stablePeek" },
{ "key": "escape", "command": "closeFindWidget", "when": "editorFocus && findWidgetVisible" },
{ "key": "escape", "command": "closeBreakpointWidget", "when": "breakpointWidgetVisible && editorFocus" },
Expand Down

0 comments on commit afbc43f

Please sign in to comment.