File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -424,9 +424,9 @@ JK Motion ~
424
424
JK motion option *<Plug>(easymotion-j)* *<Plug>(easymotion-k)*
425
425
*g:EasyMotion_startofline*
426
426
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
430
430
mappings, set | 'g:EasyMotion_startofline' | to 0 and map
431
431
| <Plug>(easymotion-sol-j) | & | <Plug>(easymotion-sol-k) | to the start
432
432
of line mapping:
@@ -482,7 +482,7 @@ Search motion respect previous direction
482
482
483
483
This is vim compatible | n | & | N | easymotion. Unlike | <Plug>(easymotion-n) |
484
484
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.
486
486
487
487
Within line motion ~
488
488
*easymotion-within-line*
You can’t perform that action at this time.
0 commit comments