Skip to content

Commit 2deec42

Browse files
authored
fix: snippets keybindings (#3)
1 parent a74438b commit 2deec42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ The extension provides shortcuts for toggling/shuffling checkbox state. The shor
7575
- `u` - Unchecked (`[ ] `)
7676
- `a`/`@` - Ongoing (`[@] `)
7777
- `o`/`~` - Obsolete (`[~] `)
78-
- `x` - Unchecked (`[x] `)
78+
- `x` - Checked (`[x] `)

snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Unchecked Item (u)": {
3-
"prefix": "o",
3+
"prefix": "u",
44
"body": ["[ ] $1"],
55
"description": "Unchecked item"
66
},

0 commit comments

Comments
 (0)