summaryrefslogtreecommitdiff
path: root/config/micro
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/micro
Diffstat (limited to 'config/micro')
-rwxr-xr-xconfig/micro/bindings.json35
-rwxr-xr-xconfig/micro/buffers/historybin0 -> 52 bytes
-rwxr-xr-xconfig/micro/settings.json3
3 files changed, 38 insertions, 0 deletions
diff --git a/config/micro/bindings.json b/config/micro/bindings.json
new file mode 100755
index 0000000..58313ff
--- /dev/null
+++ b/config/micro/bindings.json
@@ -0,0 +1,35 @@
+{
+ "\u001b\u003c": "CursorStart",
+ "\u001b\u003e": "CursorEnd",
+ "\u003cCtrl-x\u003e\u003c0\u003e": "Unsplit",
+ "\u003cCtrl-x\u003e\u003c2\u003e": "HSplit",
+ "\u003cCtrl-x\u003e\u003c3\u003e": "VSplit",
+ "\u003cCtrl-x\u003e\u003cCtrl-c\u003e": "Quit",
+ "\u003cCtrl-x\u003e\u003cCtrl-f\u003e": "OpenFile",
+ "\u003cCtrl-x\u003e\u003cCtrl-s\u003e": "Save",
+ "\u003cCtrl-x\u003e\u003ch\u003e": "SelectAll",
+ "Alt-/": "lua:comment.comment",
+ "Alt-[": "PreviousTab",
+ "Alt-]": "NextTab",
+ "Alt-b": "WordLeft",
+ "Alt-f": "WordRight",
+ "Alt-k": "command:hover",
+ "Alt-r": "command:references",
+ "Alt-v": "CursorPageUp",
+ "Alt-w": "Copy",
+ "Alt-x": "CommandMode",
+ "Ctrl-a": "StartOfLine",
+ "Ctrl-e": "EndOfLine",
+ "Ctrl-g": "Escape",
+ "Ctrl-k": "CutLine",
+ "Ctrl-r": "FindPrevious",
+ "Ctrl-s": "Find",
+ "Ctrl-v": "CursorPageDown",
+ "Ctrl-y": "Paste",
+ "Ctrl-z": "Undo",
+ "Ctrl-b": "CursorLeft",
+ "Ctrl-f": "CursorRight",
+ "Ctrl-p": "CursorUp",
+ "Ctrl-n": "CursorDown",
+ "CtrlUnderscore": "Undo"
+}
diff --git a/config/micro/buffers/history b/config/micro/buffers/history
new file mode 100755
index 0000000..449014c
--- /dev/null
+++ b/config/micro/buffers/history
Binary files differ
diff --git a/config/micro/settings.json b/config/micro/settings.json
new file mode 100755
index 0000000..2b6fe8a
--- /dev/null
+++ b/config/micro/settings.json
@@ -0,0 +1,3 @@
+{
+ "colorscheme": "geany"
+}