aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-04-30 08:27:23 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-04-30 08:27:23 +0100
commit909d962d3af951be03e1f242f846ca24aa634c9d (patch)
tree9d9d7cb023667be967fc4237b8cf8e61940f69a5
parentdde53cfde17f83e228fb12191d3fa82b13516942 (diff)
downloadrtmux-909d962d3af951be03e1f242f846ca24aa634c9d.tar.gz
rtmux-909d962d3af951be03e1f242f846ca24aa634c9d.tar.bz2
rtmux-909d962d3af951be03e1f242f846ca24aa634c9d.zip
Make example match reality; Greg Hurrell.
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
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.