You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -193,15 +193,15 @@ get to your destination.
193
193
194
194
### Bidirectional motions
195
195
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)`,
197
197
`<Plug>(easymotion-bd-w)` and so forth).
198
198
By default, you can already jump forward or backward with `<Leader>s`. A useful
199
199
trick is to map `nmap s <Plug>(easymotion-s)` to use `s` instead and save one
200
200
keystroke!
201
201
202
202
### 2-character search motion
203
203
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`.
@@ -391,6 +391,6 @@ Now, all you need to remember is `s` and JK motions bindings, and it's good enou
391
391
392
392
**`<Leader>j`** & **`<Leader>k`** make it easy to move to the lines.
393
393
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...
395
395
396
396
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