File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ mappings for manage simple todo lists (example below) and nothing more.
1515- Support [ GitHub-like task lists] ( https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments ) :
1616
1717 - [x] Works well with different markdown list markers, e.g. ` - ` , ` + ` , ` * ` .
18- + [x] So it’s easy to create tasks in issues or pull requests on GitHub
18+ + [ ] So it’s easy to create tasks in issues or pull requests on GitHub
19+
20+ - Visually selected tasks can be processed at once.
1921
2022- Each mapping is repeatable via <kbd >.</kbd > (require [ tpope/repeat] ( https://github.com/tpope/vim-repeat ) ).
2123
@@ -27,9 +29,6 @@ mappings for manage simple todo lists (example below) and nothing more.
2729 [ ] Milk
2830 ```
2931
30- - Support processing marks for selected lines, ` add todo marks ` ,
31- ` change todo status ` , ` toggle todo status ` for visual selected lines
32-
3332## Installation
3433
3534Use your favorite installation method:
@@ -53,8 +52,8 @@ Use your favorite installation method:
5352
5453## Usage
5554
56- All this mappings use the ` <leader> ` key and they work the same on ` NORMAL `
57- and ` INSERT ` modes. I prefer to use [ the comma] ( https://github.com/vitalk/sanevi/blob/master/vimrc#L37 )
55+ All this mappings use the ` <leader> ` key and they work the same on ` NORMAL ` ,
56+ ` VISUAL ` and ` INSERT ` modes. I prefer to use [ the comma] ( https://github.com/vitalk/sanevi/blob/master/vimrc#L37 )
5857as the ` <leader> ` key but fell free to set your own.
5958
6059| Key | Help |
You can’t perform that action at this time.
0 commit comments