From 9ab07e6667fc5f3563c078673ef97f05d9d96d2c Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 22 Jun 2024 22:32:23 +0200 Subject: [PATCH] Add: bindings config for Micro editor --- Configs/micro/bindings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Configs/micro/bindings.json diff --git a/Configs/micro/bindings.json b/Configs/micro/bindings.json new file mode 100644 index 0000000..3d3c73e --- /dev/null +++ b/Configs/micro/bindings.json @@ -0,0 +1,5 @@ +{ + "Alt-/": "lua:comment.comment", + "CtrlUnderscore": "lua:comment.comment", + "Ctrl-Shift-A": "lua:comment.comment" +}