Possible Duplicate:
What is in your .vimrc?
I am fairly confident with vim having used it on and off for the past 3 years but I keep finding new simple suggestions for my vimrc for general editing which, after I use them seem blatantly obvious.
An example being:
noremap p "+p
noremap y "+y
For OS clipboard use (on my linux box anyway)
Another example being:
imap jj <ESC>
So in an attempt to collect together a definitive set of simple vimrc entries I will ask the questions, which do you find most useful?
Edit:
I am looking for the most basic vim commands, not functions and stringed commands