I have a question about the \imath command....

I am a physics student and I wrote a huge document with many equations. In some equations there is the \imath symbol. When my professor saw this document he told me to change the symbol and use one with a dotted \imath.
So I thought to change the \imath command and use at the beginning
Code: Select all
\renewcommand{\imath}{\ensuremath{\dot{\imath}}}
There are a lot of \imath symbols in my document and changing them one by one it is going to take a lot of time

Thank you in advance!!!