Useful snippets

    Tmux kill pane/window

    Kill window/pane in tmux

    <Prefix> & for killing a window

    <Prefix> x for killing a pane

    If there is only one pane (i.e. the window is not split into multiple panes, x would kill the window)

    https://stackoverflow.com/questions/7771557/how-do-i-terminate-a-window-in-tmux

    Usage for killing tmux windows/pane: