1
2
3
4
5
6
7
8
9
10
11
12
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"
}
|