Files
dotfiles/micro_config/bindings.json
T
2024-04-03 21:10:11 -04:00

10 lines
257 B
JSON

{
"Alt-/": "lua:comment.comment",
"Alt-d": "command:definition",
"Alt-f": "command:format",
"Alt-k": "command:hover",
"Alt-r": "command:references",
"CtrlSpace": "command:lspcompletion",
"CtrlUnderscore": "lua:comment.comment"
}