I got quite used to TextMate's easy word completion, which is triggered with esc, and shift-esc. You can do something similar in Vim by using the ins-completion feature.
While in insert mode, use ctrl-n to search forward for the next matching word or ctrl-p to search backwards for the next matching line.
Checkout :help ins-completion inside Vim for more details.