Skip to content

Instantly share code, notes, and snippets.

@pumbaEO
Created July 11, 2016 07:40
Show Gist options
  • Save pumbaEO/04a2382af502d3af4f93384e7fbb367e to your computer and use it in GitHub Desktop.
Save pumbaEO/04a2382af502d3af4f93384e7fbb367e to your computer and use it in GitHub Desktop.
vscode keybingings
// Поместите настраиваемые сочетания клавиш в этот файл, чтобы перезаписать клавиши по умолчанию.
[
{
"key": "ctrl+down",
"command": "workbench.action.compareEditor.nextChange",
"when": "textCompareEditorVisible"
},
{ "key": "ctrl+up",
"command": "workbench.action.compareEditor.previousChange",
"when": "textCompareEditorVisible"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment