This commit is contained in:
SeedList
2025-01-22 10:21:35 +08:00
parent f48294f00e
commit 0b55f96382
12 changed files with 90 additions and 32 deletions

View File

@ -118,5 +118,23 @@
],
"key": "H"
}
],
"editor:toggle-bullet-list": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "]"
}
],
"editor:toggle-numbered-list": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "["
}
]
}