The dot operator repeats the last action performed, for instance:
file test.tx
helo, World!
helo, David!
(cursor at [1][1])
Now perform a cwHello<Esc> (Change Word helo to Hello)
Now the buffer looks like that:
Hello, World!
helo, David!
(cursor at [1][5])
After typing j_ the cur...