Everytime I create a new python file by Vim, I need to type #!/usr/bin/env python. So I intended to let Vim do it for me. However, I just know a little about vimscript and I just try a little bit which I don't think it will work and right, it does not work.
:autocmd FileType python i#!/usr/bin/env python<esc>
Can anybody help me to implement this use case?