Not getting the entire word
Closed this issue · 4 comments
rphillips commented
I'm using Prelude and evil-jumper. When pressing * on the T in TEST_DEFINE, evil-jumper only finds the word TEST. Vim's behavior is to use the entire word. Is there an option in evil-jumper to get parity with vim?
nosami commented
Pretty sure your issue isn't related to evil-jumper. * behaviour is baked into evil. evil-jumper gives you C-I and C-O
rphillips commented
You are right. thanks
bling commented
@rphillips and to answer your original question, scroll to the bottom of this
rphillips commented
Thanks for that pointer. That helped a ton.