install: Add micro editor install

This commit is contained in:
2020-11-21 10:06:33 +01:00
parent 05314296d0
commit 89aa6407b1
3 changed files with 12 additions and 0 deletions

4
micro/bindings.json Normal file
View File

@ -0,0 +1,4 @@
{
"Alt-/": "lua:comment.comment",
"CtrlUnderscore": "lua:comment.comment"
}

1
micro/settings.json Normal file
View File

@ -0,0 +1 @@
{}