aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorConstantine Vetoshev <gepardcv@gmail.com>2021-08-18 22:34:54 -0700
committerConstantine Vetoshev <gepardcv@gmail.com>2021-08-18 22:39:07 -0700
commit0b693bdfdc135128c37bdcfaad0d57cc613564f4 (patch)
tree7c32571881f455c25143f1ab9ad08def64a36270 /README.md
parentbf3f4c8cc9ae26573f39be026e8c5e994c14da63 (diff)
Improve Helm integration.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 94daa76..1027803 100644
--- a/README.md
+++ b/README.md
@@ -235,7 +235,11 @@ listing buffers, so they did not require this advice; see [`this Helm
commit`](https://github.com/emacs-helm/helm/commit/f7fa3a9e0ef1f69c42e0c513d02c9f76ea9a4344)
and [`this Perspective
commit`](https://github.com/nex3/perspective-el/commit/c2d3542418967b55f05d5b5ba71c9fbfe4cd3d4f)
-for details.)
+for details.) If `helm-buffers-list` is called with a prefix argument, it will
+show buffers in all perspectives. In addition, Perspective adds actions to
+`helm-buffers-list` to add buffers to the current perspective (mainly relevant
+to the prefix-argument version) and to remove buffers from the current
+perspective.
**Ivy / Counsel**: Perspective provides two commands for listing buffers using
Ivy and Counsel: `persp-ivy-switch-buffer` and `persp-counsel-switch-buffer`.