* to search the current word
Opened this issue · 0 comments
antoyo commented
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.