Skip to content

Commit 0ef11ad

Browse files
committed
Refine repository README
1 parent ea75c06 commit 0ef11ad

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

3534
Use 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)
5857
as the `<leader>` key but fell free to set your own.
5958

6059
| Key | Help |

0 commit comments

Comments
 (0)