xxwhirlpool
·
2026-06-09
1{
2 "Ctrl-g": "WordRight",
3 "Ctrl-j": "WordLeft",
4 "Alt-j": "StartOfLine",
5 "Alt-g": "EndOfLine",
6 "Alt-/": "lua:comment.comment",
7 "Alt-d": "command:definition",
8 "Alt-f": "command:format",
9 "Alt-k": "command:hover",
10 "Alt-r": "command:references",
11 "CtrlSpace": "command:lspcompletion",
12 "CtrlUnderscore": "lua:comment.comment",
13 "F5": "lua:wc.wordCount"
14}