How to terminate a window in tmux? Like the Ctrlak shortcut in screen with Ctrla being the prefix.
Generally:
tmux kill-window -t window-number
So for example, if you are in window 1 and you want to kill window 9:
tmux kill-window -t 9