Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Thaina
Thaina / keybindings.json
Last active January 3, 2020 08:26
my vscode
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "tab",
"command": "-acceptSelectedSuggestion",
"when": "editorTextFocus && suggestWidgetVisible"
}
]