When mongo shell encounters a command, say db.printSlaveReplicationInfo() that doesn't come back, CTRL-C, CTRL-Z, or CTRL-\ are unresponsive. This is very annoying because I have to close my shell/exit my terminal. CTRL-C should stop the operation, or at least kill the connection and reconnect. CTRL-\ should crash the process, dropping me into my main shell, and CTRL-Z should background.
Please stop catching these events, it's REALLY annoying.