aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantine Vetoshev <gepardcv@gmail.com>2020-02-04 12:31:21 -0800
committerConstantine Vetoshev <gepardcv@gmail.com>2020-02-04 12:31:56 -0800
commitf28a38fc358aa457dfd2f2d10004d708405ee668 (patch)
treef9353bd52e41698d2da639733554f51ae7ca7797
parentba04928163657473df117147ef36e2350c12537a (diff)
Update documentation for persp-ivy-switch-buffer.
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8fc9e3c..e5b20b3 100644
--- a/README.md
+++ b/README.md
@@ -155,10 +155,13 @@ list of buffers in all perspectives.
**Helm**: Helm relies on the machinery of `ido-mode` for listing buffers, so it
is automatically Perspective-aware when `persp-mode` is enabled.
-**Ivy / Counsel**: Perspective provides a command for listing buffers using Ivy:
-`persp-counsel-switch-buffer`. When this function is called normally, it shows a
-list of buffers filtered by the current perspective. With a prefix argument, it
-shows a list of buffers in all perspectives.
+**Ivy / Counsel**: Perspective provides two commands for listing buffers using
+Ivy and Counsel: `persp-ivy-switch-buffer` and `persp-counsel-switch-buffer`.
+When these functions are called normally, they show a list of buffers filtered
+by the current perspective. With a prefix argument, they shows a list of buffers
+in all perspectives. The distinction between the `ivy` and `counsel` versions is
+the same as between `ivy-switch-buffer` and `counsel-switch-buffer`: the latter
+shows a preview of the buffer to switch to, and the former does not.
Globally binding one of these helper functions to a buffer-switching key is a
good idea, e.g.: