summary refs log tree commit diff
path: root/.config/micro/bindings.json
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2023-03-12 19:12:49 -0400
committerZach DeCook <zachdecook@librem.one>2023-03-12 19:12:49 -0400
commita699afd59af1436a50575f74fd4415f08f898011 (patch)
tree2de346a470ff79c44edd273bb2781be292bdec30 /.config/micro/bindings.json
downloaddotfiles-a699afd59af1436a50575f74fd4415f08f898011.tar.gz
config: Add configs for some top-used programs
Diffstat (limited to '.config/micro/bindings.json')
-rw-r--r--.config/micro/bindings.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/micro/bindings.json b/.config/micro/bindings.json
new file mode 100644
index 0000000..afff43b
--- /dev/null
+++ b/.config/micro/bindings.json
@@ -0,0 +1,8 @@
+{
+    "Alt-/": "lua:comment.comment",
+    "CtrlUnderscore": "lua:comment.comment",
+    "Ctrl-Down": "SpawnMultiCursorDown",
+    "Ctrl-Up": "SpawnMultiCursorUp",
+    "Shift-PageDown": "SelectPageDown",
+    "Shift-PageUp": "SelectPageUp"
+}