Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 447 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 447 Bytes

tricks to allow easymotion recognize Chinese chars

e.g. <plug>(easymotion-s) + w would match etc

How to use

Plug 'easymotion/vim-easymotion'

" must after easymotion plugin
Plug 'ZSaberLv0/vim-easymotion-chs'

NOTE:

not work for <Plug>(easymotion-s2) series

see also:

:h g:EasyMotion_use_migemo

easymotion/vim-easymotion#135

easymotion/vim-easymotion#145