Executing queries in the JavaScript shell of Mongo feels a lot like executing commands right in the bash shell. Because of this, my fingers keep trying to Ctrl+C my way out of a command that I want to "abort" and land back at the command prompt. Unfortunately, in the mongo shell at 2.0.4, when I Ctrl+C, it drops me out of the JavaScript shell, rather than just aborting the command and giving me the command prompt.
Is there a way in the JavaScript shell to abandon the current command without executing it and land back at the command prompt?