Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 563 Bytes

Double pinyin flypy version (小鹤双拼版)

tricks to allow easymotion recognize Chinese chars

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

How to use

Plug 'easymotion/vim-easymotion'

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

NOTE:

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

see also:

:h g:EasyMotion_use_migemo

easymotion/vim-easymotion#135

easymotion/vim-easymotion#145