Skip to content

Commit 4654218

Browse files
committed
fix more grammar errors
1 parent 691a124 commit 4654218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,15 @@ get to your destination.
193193

194194
### Bidirectional motions
195195

196-
All motions now come in a bidirectional variants (e.g. `<Plug>(easymotion-s)`,
196+
All motions now come in bidirectional variants (e.g. `<Plug>(easymotion-s)`,
197197
`<Plug>(easymotion-bd-w)` and so forth).
198198
By default, you can already jump forward or backward with `<Leader>s`. A useful
199199
trick is to map `nmap s <Plug>(easymotion-s)` to use `s` instead and save one
200200
keystroke!
201201

202202
### 2-character search motion
203203

204-
You can now also perform a 2-character search, similar to [vim-seek](https://github.com/goldfeld/vim-seek)/[vim-sneak](https://github.com/justinmk/vim-sneak) with `<Plug>(easymotion-s2)`. For example you can highlight all words that start with `fu`.
204+
You can now also perform a 2-character search, similar to [vim-seek](https://github.com/goldfeld/vim-seek)/[vim-sneak](https://github.com/justinmk/vim-sneak) with `<Plug>(easymotion-s2)`. For example, you can highlight all words that start with `fu`.
205205

206206
![2-key-find-motion](https://f.cloud.github.com/assets/3797062/2039612/7cafcec8-89a5-11e3-8f2c-5f26a6b83efd.gif)
207207

@@ -391,6 +391,6 @@ Now, all you need to remember is `s` and JK motions bindings, and it's good enou
391391

392392
**`<Leader>j`** & **`<Leader>k`** make it easy to move to the lines.
393393

394-
Of course you can use any key you want instead of `s` such as `<Space>`, `<Leader>s`, etc...
394+
Of course, you can use any key you want instead of `s` such as `<Space>`, `<Leader>s`, etc...
395395

396396
If you want to use more useful mappings, please see [:h easymotion.txt](https://github.com/easymotion/vim-easymotion/blob/master/doc/easymotion.txt) for more detail.

0 commit comments

Comments
 (0)