usagi-flow / evil-helix

Bringing the Helix editor to the evil side
https://github.com/usagi-flow/helix
Mozilla Public License 2.0
280 stars 7 forks source link

* to search the current word #16

Open antoyo opened 3 months ago

antoyo commented 3 months ago

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.