Q: how do I switch to a new buffer with ido without needing to confirm?
I open up a lot of temporary buffers to do scratchpad work. When ido-switch-buffer can't find a match for the buffer name I'm entering in the minibuffer (because, as per use case, it's a new one), it asks me to confirm that I really wanted this unknown buffer. I'd rather not have that extra step (admittedly small) to break my concentration.
I presume there is a setting I'm missing, but how do I turn off the "confirm" query?