Skip to content

Commit 6c9c054

Browse files
authored
Merge pull request #432 from adrian5/master
Fix typo in doc
2 parents dd7b4b5 + 67ff04d commit 6c9c054

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/easymotion.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,9 @@ JK Motion ~
424424
JK motion option *<Plug>(easymotion-j)* *<Plug>(easymotion-k)*
425425
*g:EasyMotion_startofline*
426426

427-
The default behavior of the |j| and |k| is to move your cursor to the
428-
start of the line. Set this option to 0 to force the cursor to stay in
429-
the same column If you want to use both movements as separate
427+
The default behavior of the |j| and |k| keys is to move your cursor to
428+
the start of the line. Set this option to 0 to force the cursor to stay
429+
in the same column. If you want to use both movements as separate
430430
mappings, set |'g:EasyMotion_startofline'| to 0 and map
431431
|<Plug>(easymotion-sol-j)| & |<Plug>(easymotion-sol-k)| to the start
432432
of line mapping:
@@ -482,7 +482,7 @@ Search motion respect previous direction
482482

483483
This is vim compatible |n| & |N| easymotion. Unlike |<Plug>(easymotion-n)|
484484
and |<Plug>(easymotion-N)| 's direction is always forward or backward,
485-
these motions consider previous search direction.
485+
these motions consider previous search direction.
486486

487487
Within line motion ~
488488
*easymotion-within-line*

0 commit comments

Comments
 (0)