From 4430af0f72d816f126880f259c5f10413715eec0 Mon Sep 17 00:00:00 2001 From: coast Date: Sun, 15 Jun 2025 14:30:51 +0330 Subject: [PATCH] micro --- config/micro/bindings.json | 35 +++++++++++++++++++++++++++++++++++ config/micro/buffers/history | Bin 0 -> 52 bytes config/micro/settings.json | 3 +++ 3 files changed, 38 insertions(+) create mode 100644 config/micro/bindings.json create mode 100644 config/micro/buffers/history create mode 100644 config/micro/settings.json diff --git a/config/micro/bindings.json b/config/micro/bindings.json new file mode 100644 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 100644 index 0000000000000000000000000000000000000000..449014c8751b8b286444af32f43a66d4900ed0ed GIT binary patch literal 52 zcmd=8-^jwq^uLLLk%#er0|NthJrj`I0OT?-hy#V0Sc5ZCb8;A1+%of07+I6^bMlJ- DZhH;^ literal 0 HcmV?d00001 diff --git a/config/micro/settings.json b/config/micro/settings.json new file mode 100644 index 0000000..2b6fe8a --- /dev/null +++ b/config/micro/settings.json @@ -0,0 +1,3 @@ +{ + "colorscheme": "geany" +}