summary refs log tree commit diff
path: root/dot_config/micro/bindings.json
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-24 21:10:16 +0400
committerAlen <alen@dotfiles.xyz>2023-09-24 21:10:16 +0400
commit32170132d160bf3d194d0cc949ff6919aedb175f (patch)
treef6216aa785470ea2bd69cbb42a5995dfd4afa964 /dot_config/micro/bindings.json
parent845df0a81ce8c33ec28e0f74be51e279f12df1fd (diff)
Add basic micro config with darcula-darker theme
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"
+}