Files
shell/dotfiles/home/.config/sublime-text/Packages/User/Default (Linux).sublime-mousemap
2025-01-21 00:05:57 +08:00

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"
},
]