bindings.json
1{
2 "Alt-/": "lua:comment.comment",
3 "Alt-d": "command:definition",
4 "Alt-f": "command:format",
5 "Alt-k": "command:hover",
6 "Alt-r": "command:references",
7 "CtrlSpace": "command:lspcompletion",
8 "CtrlUnderscore": "lua:comment.comment",
9 "F5": "lua:wc.wordCount"
10}