Skip to content

Instantly share code, notes, and snippets.

@khorevaa
Forked from pumbaEO/vscode.json
Created January 14, 2017 12:55
Show Gist options
  • Save khorevaa/54f7db0f1e3cfbbe28f9d189cb643e31 to your computer and use it in GitHub Desktop.
Save khorevaa/54f7db0f1e3cfbbe28f9d189cb643e31 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