Update Doc: add more detail credits
This commit is contained in:
parent
263f1cabf1
commit
128f87a6ef
@ -1,4 +1,4 @@
|
|||||||
*easymotion.txt* Version 2.0 Last change:08 Feb 2014.
|
*easymotion.txt* Version 2.0 Last change:11 Feb 2014.
|
||||||
|
|
||||||
|
|
||||||
______ __ ___ __ _
|
______ __ ___ __ _
|
||||||
@ -294,6 +294,8 @@ Repeat ~
|
|||||||
nmap <Leader>; <Plug>(easymotion-next)
|
nmap <Leader>; <Plug>(easymotion-next)
|
||||||
nmap <Leader>, <Plug>(easymotion-prev)
|
nmap <Leader>, <Plug>(easymotion-prev)
|
||||||
<
|
<
|
||||||
|
This feature is partly inspired by and based on vim-sneak. vim-sneak
|
||||||
|
can be downloaded here: https://github.com/justinmk/vim-sneak
|
||||||
|
|
||||||
EasyMotion dot repeat~
|
EasyMotion dot repeat~
|
||||||
*easymotion-dotrepeat* *easymotion-textobjct*
|
*easymotion-dotrepeat* *easymotion-textobjct*
|
||||||
@ -465,7 +467,8 @@ Example:
|
|||||||
omap <Leader>z <Plug>(easymotion-sn)
|
omap <Leader>z <Plug>(easymotion-sn)
|
||||||
<
|
<
|
||||||
If you like typing two or above characters as target similar to vim-smalls or
|
If you like typing two or above characters as target similar to vim-smalls or
|
||||||
vim-sneak, |EasyMotion| also provide this feature. With above keymapping,
|
vim-seek/vim-sneak, |EasyMotion| also provide this feature. With above
|
||||||
|
keymapping,
|
||||||
|
|
||||||
Invoke EasyMotion by two character:
|
Invoke EasyMotion by two character:
|
||||||
|
|
||||||
@ -1014,7 +1017,7 @@ GitHub. Fork the source repository on GitHub and send a pull request if you
|
|||||||
have any code improvements.
|
have any code improvements.
|
||||||
|
|
||||||
Author: Kim Silkebækken <kim.silkebaekken+vim@gmail.com>
|
Author: Kim Silkebækken <kim.silkebaekken+vim@gmail.com>
|
||||||
haya14busa <hayabusa1419@gmail.com>
|
haya14busa <hayabusa1419@gmail.com> (since version 2.0)
|
||||||
Source repository: https://github.com/Lokaltog/vim-easymotion
|
Source repository: https://github.com/Lokaltog/vim-easymotion
|
||||||
|
|
||||||
|
|
||||||
@ -1034,29 +1037,34 @@ Credits *easymotion-credits*
|
|||||||
- mattn: fix multibyte handling
|
- mattn: fix multibyte handling
|
||||||
- yuex: fix visual mode selection bug (o command)
|
- yuex: fix visual mode selection bug (o command)
|
||||||
|
|
||||||
|
and more!: https://github.com/Lokaltog/vim-easymotion/graphs/contributors
|
||||||
|
|
||||||
EasyMotion is based on Bartlomiej Podolak's great PreciseJump script, which
|
EasyMotion is based on Bartlomiej Podolak's great PreciseJump script, which
|
||||||
can be downloaded here:
|
can be downloaded here:
|
||||||
|
|
||||||
http://www.vim.org/scripts/script.php?script_id=3437
|
http://www.vim.org/scripts/script.php?script_id=3437
|
||||||
|
|
||||||
Migemo feature:~
|
Special Thanks for other plugins and the authors:~
|
||||||
|
Migemo feature:
|
||||||
Easymotion pseudo migemo function is based on rhysd(@Linda_pp)'s clever-f
|
- Author: rhysd(@Linda_pp)
|
||||||
script, which can be downloaded here:
|
- https://github.com/rhysd/clever-f.vim
|
||||||
|
Show uppercase feature:
|
||||||
https://github.com/rhysd/clever-f.vim
|
- Author: t9md
|
||||||
|
- https://github.com/t9md/vim-smalls
|
||||||
Show uppercase letter and type it as lowercase:~
|
Find motion command line:
|
||||||
This feature is inspired by t9md's vim-smalls, which can be downloaded here:
|
- Author: osyo-manga
|
||||||
|
- https://github.com/osyo-manga/vim-over
|
||||||
https://github.com/t9md/vim-smalls
|
- Library: https://github.com/osyo-manga/vital-over
|
||||||
|
2-key find motion:
|
||||||
Find motion command line: ~
|
- Authors: goldfeld & justinmk
|
||||||
This feature is inspired by osyo-manga's vim-over script and actually
|
- https://github.com/goldfeld/vim-seek
|
||||||
EasyMotion use vim-over's command line library. vim-over can be downloaded
|
- https://github.com/justinmk/vim-sneak
|
||||||
here:
|
Next/Previous motion:
|
||||||
|
- Author: justinmk
|
||||||
https://github.com/osyo-manga/vim-over
|
- https://github.com/justinmk/vim-sneak
|
||||||
|
Dot repeat feature:
|
||||||
|
- Author: tpope
|
||||||
|
- https://github.com/tpope/vim-repeat
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
vim:tw=78:sw=4:ts=8:ft=help:norl:
|
vim:tw=78:sw=4:ts=8:ft=help:norl:
|
||||||
|
Loading…
Reference in New Issue
Block a user