From bef368a6363dadb025515a6a6d989d6cb7a3574f Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 17 Oct 2022 11:57:51 -0400 Subject: work: initial commit --- .config/micro/bindings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .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 100644 index 0000000..5a7992e --- /dev/null +++ b/.config/micro/bindings.json @@ -0,0 +1,13 @@ +{ + "Alt-/": "lua:comment.comment", + "Alt-u": "command:upper", + "Alt-l": "command:lower", + "Ctrl-Down": "SpawnMultiCursorDown", + "Ctrl-MouseWheelDown": "CursorDown", + "Ctrl-MouseWheelUp": "CursorUp", + "Ctrl-Up": "SpawnMultiCursorUp", + //"CtrlA": "StartOfTextToggle", + "ShiftPageUp": "SelectPageUp", + "ShiftPageDown": "SelectPageDown", + "CtrlUnderscore": "lua:comment.comment" +} -- cgit 1.4.1