aboutsummaryrefslogtreecommitdiff
path: root/tests/test-undead-buffers--kill-other-window-buffer.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(window): kill the other window's buffer with C-; b KCraig Jennings2026-05-111-0/+74
`cj/kill-other-window-buffer' (in undead-buffers.el, on `C-; b K') kills or buries the buffer shown in the other window and leaves that window and the split alone. The window just shows whatever bury/kill surfaces next. It reuses `cj/kill-buffer-or-bury-alive', so buffers in `cj/undead-buffer-list' (like `*scratch*') get buried. With more than two windows it acts on `next-window'. Sibling of `cj/kill-other-window' (M-S-o), which deletes the other window. This one keeps it.