aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew White <mehw.is.me@inventati.org>2021-08-27 16:56:50 +0000
committerMatthew White <mehw.is.me@inventati.org>2021-10-21 00:22:43 +0200
commit19cb7e7b71fced0dc17c900f9f41c1b026959b79 (patch)
treef81f24dab83fb37d0b5a3771b26542b8841a6dda /CHANGELOG.md
parentbf0fce1fc80e60daa9f625509b9fd267922332ef (diff)
persp-forget-buffer: disassociate buffer with perspective
New function to disassociate a buffer with the current perspective, without killing it when it's not left in any perspective.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d497da..bc3257a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
+- `persp-forget-buffer`: disassociate buffer with perspective without the risk of killing it. This balances `persp-add-buffer`. Newly created buffers via `get-buffer-create` are rogue buffers not found in any perspective, this function allows to get back to that state.
- `persp-maybe-kill-buffer`: designed as `kill-buffer-query-functions` hook to keep a perspective's last left buffer from being killed.
- `persp-get-buffer-names`: get any perspective's list of live buffers.
- `persp-get-buffers`: get any perspective's list of buffers.