From 7b4aa051ffdd7c078e5962f84c03f5832e8168b5 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sat, 16 Aug 2014 16:40:20 +0900 Subject: [PATCH] doc: fix grammatical error in the README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f09d11f..fb46172 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ highlighted. EasyMotion is triggered by the provided mappings. This readme only covers the basics; please refer to [`:help easymotion.txt`](https://github.com/Lokaltog/vim-easymotion/blob/master/doc/easymotion.txt#L86) -to see all of the available mappings. +to see all the available mappings. Important notes ===== @@ -110,7 +110,7 @@ New features in version 2.0 When EasyMotion runs out of single characters to highlight movement targets, it now shows you immediately the keys you have to press. -In previous versions you could not see the next character you would needed to +In previous versions you could not see the next character you would need to press until you entered the first one. This made movement over long distances less fluid. Now you can see at a glance exactly which characters to select to get to your destination. @@ -119,7 +119,7 @@ get to your destination. All motions now come in a bidirectional variants (e.g. `(easymotion-s)`, `(easymotion-bd-w)` and so forth). -By default you can already jump forward or backward with `s`. A useful +By default, you can already jump forward or backward with `s`. A useful trick is to map `nmap s (easymotion-s)` to use `s` instead and save one keystroke! @@ -215,7 +215,7 @@ let g:EasyMotion_use_migemo = 1 Easymotion can match multibyte Japanese characters with alphabetical input. For example, `sa` can search 'あ'. This feature doesn't require cmigemo because Easymotion includes regex -patterns generated by cmigemo. However installing `cmigemo` will make +patterns generated by cmigemo. However, installing `cmigemo` will make 2-character and n-character search motions to also support the migemo feature. Default:0 @@ -282,7 +282,7 @@ NeoBundle 'Lokaltog/vim-easymotion' Minimal Configuration Tutorial ------------------------------ -**I recommend to configure and map keys by yourself if you are true Vimmer.** +**I recommend configuring and map keys by yourself if you are true Vimmer.** **Please do not be satisfied with just installing vim-easymotion, configuring it yourself boost your productivity more and more!**