Files
til/tmux/pane-killer.md
T

13 lines
270 B
Markdown

# Pane Killer
The current pane can be _killed_ (closed) using the following key binding:
```
<prefix>x
```
You will be prompted to confirm with either `y` or `n`.
If there is only one pane in the current window, then the window will be
_killed_ along with the pane.