Is there any way to map <Esc> key to save buffer after exit from insert mode?
<Esc>
au InsertLeave * if &aw | silent w | endif