diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-08-29 21:32:09 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-08-29 21:32:09 +0100 |
commit | 6b841a036a7240435b21d01d3f5195a74225a1e0 (patch) | |
tree | e9b21669fb5be1ff6486f77b49fe4d84180ba39e | |
parent | 0f7160eb2f15204dc4ea5b35bb291986069a4526 (diff) | |
download | rtmux-6b841a036a7240435b21d01d3f5195a74225a1e0.tar.gz rtmux-6b841a036a7240435b21d01d3f5195a74225a1e0.tar.bz2 rtmux-6b841a036a7240435b21d01d3f5195a74225a1e0.zip |
Fix example from Adam Spiers.
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |