10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
// https://docs.sublimetext.io/reference/commands.html
|
|
// https://docs.sublimetext.io/reference/mouse_bindings.html
|
|
[
|
|
{
|
|
"button": "button2", "modifiers": ["ctrl"],
|
|
"command": "fold",
|
|
"press_command": "drag_select"
|
|
},
|
|
]
|