mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
13 lines
270 B
Markdown
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.
|