Files
Sublime-Text/Packages/User/Default (OSX).sublime-keymap
2025-09-28 15:43:10 +02:00

25 lines
406 B
Plaintext

[
{
"keys": ["ctrl+option+s"],
"command": "toggle_comment",
"args": { "block": false }
}
,
{
"keys": ["ctrl+s"],
"command": "sort_lines",
"args": { "case_sensitive": false }
}
,
{
"keys": ["ctrl+1"],
"command": "toggle_comment",
"args": { "block": false }
}
,
{ "keys": ["ctrl+shift+1"],
"command": "toggle_comment",
"args": { "block": true }
}
]