diff options
| author | coasteen <coasteen@proton.me> | 2026-07-09 10:42:28 +0330 |
|---|---|---|
| committer | coasteen <coasteen@proton.me> | 2026-07-09 10:42:28 +0330 |
| commit | 8cbadb61604667b407b53ee1258433994fa4765a (patch) | |
| tree | 97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/micro/bindings.json | |
Diffstat (limited to 'config/micro/bindings.json')
| -rwxr-xr-x | config/micro/bindings.json | 35 |
1 files changed, 35 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" +} |
