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
Here you go:
:nmap :w:!%
Save and run (you have to be in n mode though - just add esc and a for i mode).