In Vim the * key in normal mode searches for the word under the cursor. In GNU Emacs the closest native equivalent would be:
C-s C-w
But th
How about built in commands M-b C-s C-w (start of word,search,word search)