Add: bindings config for Micro editor
This commit is contained in:
parent
5b18da0504
commit
9ab07e6667
1 changed files with 5 additions and 0 deletions
5
Configs/micro/bindings.json
Normal file
5
Configs/micro/bindings.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"Alt-/": "lua:comment.comment",
|
||||||
|
"CtrlUnderscore": "lua:comment.comment",
|
||||||
|
"Ctrl-Shift-A": "lua:comment.comment"
|
||||||
|
}
|
Loading…
Reference in a new issue