aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-08-29 21:32:09 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-08-29 21:32:09 +0100
commit6b841a036a7240435b21d01d3f5195a74225a1e0 (patch)
treee9b21669fb5be1ff6486f77b49fe4d84180ba39e
parent0f7160eb2f15204dc4ea5b35bb291986069a4526 (diff)
downloadrtmux-6b841a036a7240435b21d01d3f5195a74225a1e0.tar.gz
rtmux-6b841a036a7240435b21d01d3f5195a74225a1e0.tar.bz2
rtmux-6b841a036a7240435b21d01d3f5195a74225a1e0.zip
Fix example from Adam Spiers.
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
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.