diff options
| author | Constantine Vetoshev <vetoshev@gmail.com> | 2026-03-29 08:27:34 -0700 |
|---|---|---|
| committer | Constantine Vetoshev <vetoshev@gmail.com> | 2026-03-29 08:27:34 -0700 |
| commit | 5c5f1e2b986f58266c2774573d189f87d58cb55e (patch) | |
| tree | 58dd93a716a6a029651236373fc8b52d5f5841a6 /README.md | |
| parent | 0e632bb8482f94f45a7b1209bb2bd38aadf84003 (diff) | |
Add opt-in switching for other-perspective buffers.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -383,6 +383,10 @@ Both these functions behave like the built-ins, but use `completing-read` directly. When called normally, they list buffers filtered by the current perspective. With a prefix argument, they list buffers in all perspectives. +`persp-switch-to-buffer*` imports a selected buffer into the current +perspective by default; set `persp-switch-to-buffer-behavior` to `switch` if +you prefer it to jump to an existing owning perspective instead. + The following sample `use-package` invocation changes Emacs default key bindings to use the replacements: |
