From 6b841a036a7240435b21d01d3f5195a74225a1e0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 29 Aug 2017 21:32:09 +0100 Subject: Fix example from Adam Spiers. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 210d5d06..4dde32a1 100644 --- a/CHANGES +++ b/CHANGES @@ -219,7 +219,7 @@ Incompatible Changes and history is now used for searching, jumping, and so on instead of a custom one. The default C-r binding is now: - bind -Tcopy-mode C-r command-prompt -p'search up' "send -X search-backward-incremental '%%'" + bind -Tcopy-mode C-r command-prompt -i -p'search up' "send -X search-backward-incremental '%%'" There are also some new commmands available with send -X, such as copy-pipe-and-cancel. -- cgit