update II

This commit is contained in:
2025-09-28 15:43:10 +02:00
parent 6ea15c3094
commit 884bd5e364
11 changed files with 89 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
[
{
"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 }
}
]