Possible Duplicate:
Aliasing a command in vim
So I have to edit waf wscript files a lot . Everytime I execute this command to set the filetype
set filetype=python
is there a way to set up an small alias for the above command ? SO that I can just go in EX mode and type "py" which does the same thing.