doc: fix grammatical error in the README
This commit is contained in:
parent
8ef9ab5a6c
commit
7b4aa051ff
10
README.md
10
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. `<Plug>(easymotion-s)`,
|
||||
`<Plug>(easymotion-bd-w)` and so forth).
|
||||
By default you can already jump forward or backward with `<Leader>s`. A useful
|
||||
By default, you can already jump forward or backward with `<Leader>s`. A useful
|
||||
trick is to map `nmap s <Plug>(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, `<Leader><Leader>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!**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user