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 ~
424424JK 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
487487Within line motion ~
488488 *easymotion-within-line*
You can’t perform that action at this time.
0 commit comments