startw/conf/config/micro/bindings.json

8 lines
185 B
JSON
Raw Normal View History

2020-04-05 21:19:19 +02:00
{
2020-08-18 21:15:12 +02:00
"Alt-/": "lua:comment.comment",
"Alt-d": "RemoveAllMultiCursors",
"Alt-n": "SpawnMultiCursorDown",
"Alt-s": "Save,Quit",
"CtrlUnderscore": "lua:comment.comment"
2020-04-05 21:19:19 +02:00
}