redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.39k stars 619 forks source link

evil-vim mode repeate doen't support `F f` find a character command? #1018

Closed sbwcwso closed 1 year ago

sbwcwso commented 1 year ago

In the normal vim, in visual mode, after I press f a, it will find the next a charater, when I press ;, it will find the next.

But this feature seems not work now? How can I make this work?

redguardtoo commented 1 year ago

comment out my-semicolon-leader-def stuff.

BTW, in Emacs, you can use ace-jump or ace-pinyin-jump instead.

sbwcwso commented 1 year ago

comment out my-semicolon-leader-def stuff.

BTW, in Emacs, you can use ace-jump or ace-pinyin-jump instead.

The ace-pinyin-jump-char-2 is more powerful than what I used before, thank you very much.