From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- config/micro/bindings.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 config/micro/bindings.json (limited to 'config/micro/bindings.json') 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" +} -- cgit v1.2.3