Skip to content

Commit

Permalink
Refine repository README
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalk committed Sep 3, 2016
1 parent ea75c06 commit 0ef11ad
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ mappings for manage simple todo lists (example below) and nothing more.
- Support [GitHub-like task lists](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments):

- [x] Works well with different markdown list markers, e.g. `-`, `+`, `*`.
+ [x] So it’s easy to create tasks in issues or pull requests on GitHub
+ [ ] So it’s easy to create tasks in issues or pull requests on GitHub

- Visually selected tasks can be processed at once.

- Each mapping is repeatable via <kbd>.</kbd> (require [tpope/repeat](https://github.com/tpope/vim-repeat)).

Expand All @@ -27,9 +29,6 @@ mappings for manage simple todo lists (example below) and nothing more.
[ ] Milk
```

- Support processing marks for selected lines, `add todo marks`,
`change todo status`, `toggle todo status` for visual selected lines

## Installation

Use your favorite installation method:
Expand All @@ -53,8 +52,8 @@ Use your favorite installation method:

## Usage

All this mappings use the `<leader>` key and they work the same on `NORMAL`
and `INSERT` modes. I prefer to use [the comma](https://github.com/vitalk/sanevi/blob/master/vimrc#L37)
All this mappings use the `<leader>` key and they work the same on `NORMAL`,
`VISUAL` and `INSERT` modes. I prefer to use [the comma](https://github.com/vitalk/sanevi/blob/master/vimrc#L37)
as the `<leader>` key but fell free to set your own.

| Key | Help |
Expand Down

0 comments on commit 0ef11ad

Please sign in to comment.