Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "key": "ctrl+r",
- "command": "workbench.action.gotoSymbol"
- },
- {
- "key": "ctrl+shift+r",
- "command": "workbench.action.showAllSymbols"
- },
- {
- "key": "ctrl+shift+d",
- "command": "editor.action.copyLinesDownAction",
- "when": "editorTextFocus"
- },
- {
- "key": "ctrl+1",
- "command": "workbench.action.toggleSidebarVisibility"
- },
- {
- "key": "ctrl+down",
- "command": "editor.action.moveLinesDownAction",
- "when": "editorTextFocus && !editorReadonly"
- },
- {
- "key": "ctrl+up",
- "command": "editor.action.moveLinesUpAction",
- "when": "editorTextFocus && !editorReadonly"
- },
- {
- "key": "tab",
- "command": "-editor.emmet.action.expandAbbreviation",
- "when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus"
- },
- {
- "key": "ctrl+e",
- "command": "-workbench.action.quickOpen"
- },
- {
- "key": "ctrl+e",
- "command": "-workbench.action.quickOpenNavigateNextInFilePicker",
- "when": "inFilesPicker && inQuickOpen"
- },
- {
- "key": "ctrl+e",
- "command": "editor.emmet.action.expandAbbreviation"
- },
- ]
Add Comment
Please, Sign In to add comment