From 0ef11adc6d2e1be79ad4043aa677567c0f20c34f Mon Sep 17 00:00:00 2001 From: Vital Kudzelka Date: Sat, 3 Sep 2016 20:04:50 +0300 Subject: [PATCH] Refine repository README --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 557c6e8..b094482 100644 --- a/README.md +++ b/README.md @@ -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 . (require [tpope/repeat](https://github.com/tpope/vim-repeat)). @@ -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: @@ -53,8 +52,8 @@ Use your favorite installation method: ## Usage -All this mappings use the `` 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 `` 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 `` key but fell free to set your own. | Key | Help |