add micro configuration

This commit is contained in:
rene 2025-12-07 11:46:11 +01:00
parent 59730f0660
commit 90919730c1
2 changed files with 39 additions and 0 deletions

5
micro/bindings.json Normal file
View file

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