From f28a38fc358aa457dfd2f2d10004d708405ee668 Mon Sep 17 00:00:00 2001 From: Constantine Vetoshev Date: Tue, 4 Feb 2020 12:31:21 -0800 Subject: Update documentation for persp-ivy-switch-buffer. --- README.md | 11 +++++++---- 1 file 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.: -- cgit v1.0