From 909d962d3af951be03e1f242f846ca24aa634c9d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 30 Apr 2017 08:27:23 +0100 Subject: Make example match reality; Greg Hurrell. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d295c468..d7fd9b8f 100644 --- a/CHANGES +++ b/CHANGES @@ -28,7 +28,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 '%%'" + bind -Tcopy-mode C-r command-prompt -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