Update Doc: add more detail credits

This commit is contained in:
haya14busa 2014-02-11 16:32:29 +09:00
parent 263f1cabf1
commit 128f87a6ef

View File

@ -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-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-dotrepeat* *easymotion-textobjct*
@ -465,7 +467,8 @@ Example:
omap <Leader>z <Plug>(easymotion-sn)
<
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:
@ -1014,7 +1017,7 @@ GitHub. Fork the source repository on GitHub and send a pull request if you
have any code improvements.
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
@ -1034,29 +1037,34 @@ Credits *easymotion-credits*
- mattn: fix multibyte handling
- 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
can be downloaded here:
http://www.vim.org/scripts/script.php?script_id=3437
Migemo feature:~
Easymotion pseudo migemo function is based on rhysd(@Linda_pp)'s clever-f
script, which can be downloaded here:
https://github.com/rhysd/clever-f.vim
Show uppercase letter and type it as lowercase:~
This feature is inspired by t9md's vim-smalls, which can be downloaded here:
https://github.com/t9md/vim-smalls
Find motion command line: ~
This feature is inspired by osyo-manga's vim-over script and actually
EasyMotion use vim-over's command line library. vim-over can be downloaded
here:
https://github.com/osyo-manga/vim-over
Special Thanks for other plugins and the authors:~
Migemo feature:
- Author: rhysd(@Linda_pp)
- https://github.com/rhysd/clever-f.vim
Show uppercase feature:
- Author: t9md
- https://github.com/t9md/vim-smalls
Find motion command line:
- Author: osyo-manga
- https://github.com/osyo-manga/vim-over
- Library: https://github.com/osyo-manga/vital-over
2-key find motion:
- Authors: goldfeld & justinmk
- https://github.com/goldfeld/vim-seek
- https://github.com/justinmk/vim-sneak
Next/Previous motion:
- Author: justinmk
- 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: