FYI, You can do it with put below into your vimrc.
set iminsert=0
set imsearch=0
And if you want to start insert with non-active mode for IME always:
map <silent> <ESC> <ESC>:set iminsert=0<CR>
However, I wonder how many users want to start insert with active-mode for IME.
At least, japanese doesn't. Most japanese users has this configuration in them vimrc.
Anyone know which users want this behavior? If not, I want to change this behavior as to start insert with non-active mode for IME.
- mattn