We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74438b commit 2deec42Copy full SHA for 2deec42
README.md
@@ -75,4 +75,4 @@ The extension provides shortcuts for toggling/shuffling checkbox state. The shor
75
- `u` - Unchecked (`[ ] `)
76
- `a`/`@` - Ongoing (`[@] `)
77
- `o`/`~` - Obsolete (`[~] `)
78
-- `x` - Unchecked (`[x] `)
+- `x` - Checked (`[x] `)
snippets.json
@@ -1,6 +1,6 @@
1
{
2
"Unchecked Item (u)": {
3
- "prefix": "o",
+ "prefix": "u",
4
"body": ["[ ] $1"],
5
"description": "Unchecked item"
6
},
0 commit comments