How can I configure vim so that when I send the process a USR1 signal it saves and quits (as opposed
- by Philip Hallstrom
Here's my situation. I have a bunch of vim processes open. Rather than go through one by one and save/quite (:x!) I'd like to send all of the processes a signal - say USR1 - and instead of having it create a recovery .swp file, I'd like it to save the file and exit normally.
Possible?