#TIL that one can exit from #Vim with :cq to return an error to the parent process. Which is basically just perfect to cancel a Git commit or something other similar situations in which an editor is spawned to edit something before continuing. My mnemonic device for remembering about :cq will be “cancel quit” :blobcat: