How to terminate a window in tmux? Like the Ctrlak shortcut in screen with Ctrla being the prefix.
By default & for killing a window x for killing a pane And you can add config info
vi ~/.tmux.conf bind-key X kill-session
then X for killing a session