summary refs log tree commit diff
path: root/.config/micro
diff options
context:
space:
mode:
Diffstat (limited to '.config/micro')
-rw-r--r--.config/micro/bindings.json8
-rw-r--r--.config/micro/settings.json6
2 files changed, 14 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"
+}
diff --git a/.config/micro/settings.json b/.config/micro/settings.json
new file mode 100644
index 0000000..e9a05fb
--- /dev/null
+++ b/.config/micro/settings.json
@@ -0,0 +1,6 @@
+{
+    "autoclose": false,
+    "colorscheme": "simple",
+    "parsecursor": true,
+    "softwrap": true
+}