We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
autocmd FileType markdown let b:switch_custom_definitions = \ [ \ { '\v^(\s*[*+-] )?\[ \]': '\1[x]', \ '\v^(\s*[*+-] )?\[x\]': '\1[-]', \ '\v^(\s*[*+-] )?\[-\]': '\1[ ]', \ }, \ { '\v^(\s*\d+\. )?\[ \]': '\1[x]', \ '\v^(\s*\d+\. )?\[x\]': '\1[-]', \ '\v^(\s*\d+\. )?\[-\]': '\1[ ]', \ }, \ ]
- [ ]
- [x]
- [-]
+ [ ]
+ [x]
+ [-]
* [ ]
* [x]
* [-]
1. [ ]
1. [x]
1. [-]
There was an error while loading. Please reload this page.