Sometimes I want to kill all windows besides the current one (or the one selected using -t).
Instead of killing each window using kill-window -t <window> how can I invert the selection, so that I kill every window except the current one (or the one selected using -t)?
I've tried kill-window -t[!1] or kill-window -t!(1) to kill all windows except window 1, but it fails.