From af022728bdf6d30a59110a2f40b68d77fe6fc0dd Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 6 Jan 2017 16:05:48 +0100 Subject: [PATCH] Document complete-and-search moving backwards in pager This isn't _clean_, but making a real binding that moves backwards if in pager and does something else if not is more work. Fixes #3703. --- doc_src/bind.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/bind.txt b/doc_src/bind.txt index c9b7ed0d3..7d452a511 100644 --- a/doc_src/bind.txt +++ b/doc_src/bind.txt @@ -83,7 +83,7 @@ The following special input functions are available: - `complete`, guess the remainder of the current token -- `complete-and-search`, invoke the searchable pager on completion options +- `complete-and-search`, invoke the searchable pager on completion options (for convenience, this also moves backwards in the completion pager) - `delete-char`, delete one character to the right of the cursor