Go to the next same word in Vim without using search

command, keyboard-shortcuts, vim

Solution

* goes to the next matching word and # goes to the previous matching word. * is so useful it's sometimes called the super star.

Problem

Is there a shortcut in Vim for going to the next word which is the same as the word cursor is on? It should work without typing the word with search command `/`.

Original source