usagi-flow/evil-helix

* to search the current word

Opened this issue · 0 comments

Hi.
It would be nice to have * like in vim to search the current word.
Currently, I use this mapping:

"*" = ["shrink_selection", "search_selection", "search_next"]

but it doesn't go to the next non-whitespace char and doesn't search the exact word.
Thanks.