I usually use following way to search particularly words in open files in vim
:/word-name
It works but if there are several occurances of a word then I'll have to type of every single time to go to the next matching word. Is there a way to search the open file for words in vim and I keep pressing enter which will take me to next matching word rather keep typing it?