install: Add micro editor install

This commit is contained in:
2020-11-21 10:06:33 +01:00
committed by Robin-Charles GUIHENEUF
parent 71876b6afb
commit b107998b5b
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 @@
{}