Update doc: fix typo and add missing bd-jk motion

This commit is contained in:
haya14busa 2014-01-24 17:03:28 +09:00
parent c254ca40bb
commit fcb8b97f92

View File

@ -1,4 +1,4 @@
*easymotion.txt* Version 2.0 Last change:23 Jan 2014. *easymotion.txt* Version 2.0 Last change:24 Jan 2014.
______ __ ___ __ _ ______ __ ___ __ _
@ -334,6 +334,7 @@ JK Motion ~
*easymotion-jk-motion* *easymotion-jk-motion*
JK motion option *<Plug>(easymotion-j)* *<Plug>(easymotion-k)* JK motion option *<Plug>(easymotion-j)* *<Plug>(easymotion-k)*
*<Plug>(easymotion-bd-jk)*
*g:EasyMotion_startofline* *g:EasyMotion_startofline*
When using the |j| or |k| motion, the cursor can be configured to stay in When using the |j| or |k| motion, the cursor can be configured to stay in
@ -345,19 +346,21 @@ JK motion option *<Plug>(easymotion-j)* *<Plug>(easymotion-k)
> >
let g:EasyMotion_startofline = 0 # keep cursor colum JK motion let g:EasyMotion_startofline = 0 # keep cursor colum JK motion
map <Leader>J <Plug>(easymotion-sol-j) map <Leader>J <Plug>(easymotion-sol-j)
map <Leader>K <Plug>(easymotion-sol-K) map <Leader>K <Plug>(easymotion-sol-k)
< <
Default: 1 Default: 1
Start of Line JK motion *<Plug>(easymotion-sol-j)* *<Plug>(easymotion-sol-k)* Start of Line JK motion *<Plug>(easymotion-sol-j)* *<Plug>(easymotion-sol-k)*
*<Plug>(easymotion-sol-bd-jk)*
Match start of line JK motion Match start of line JK motion
Example: Example:
> >
map <Leader>J <Plug>(easymotion-sol-j) map <Leader>J <Plug>(easymotion-sol-j)
map <Leader>K <Plug>(easymotion-sol-K) map <Leader>K <Plug>(easymotion-sol-k)
< <
End of Line JK motion *<Plug>(easymotion-eol-j)* *<Plug>(easymotion-eol-k)* End of Line JK motion *<Plug>(easymotion-eol-j)* *<Plug>(easymotion-eol-k)*
*<Plug>(easymotion-eol-bd-jk)*
Match End of line JK motion Match End of line JK motion
Example: Example: