I do a lot of Python quick simulation stuff and I\'m constantly saving (:w) and then running (:!!). Is there a way to combine these actions?
Maybe a "save and run&qu
Another possibility:
au BufWriteCmd *.py write | !!
Though this will run every time you save, which might not be what you want.
run