summary refs log tree commit diff
path: root/dot_config/micro/bindings.json
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/micro/bindings.json')
-rw-r--r--dot_config/micro/bindings.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/micro/bindings.json b/dot_config/micro/bindings.json
new file mode 100644
index 0000000..83659cb
--- /dev/null
+++ b/dot_config/micro/bindings.json
@@ -0,0 +1,4 @@
+{
+    "Alt-/": "lua:comment.comment",
+    "CtrlUnderscore": "lua:comment.comment"
+}