diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-04-30 08:27:23 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-04-30 08:27:23 +0100 |
commit | 909d962d3af951be03e1f242f846ca24aa634c9d (patch) | |
tree | 9d9d7cb023667be967fc4237b8cf8e61940f69a5 | |
parent | dde53cfde17f83e228fb12191d3fa82b13516942 (diff) | |
download | rtmux-909d962d3af951be03e1f242f846ca24aa634c9d.tar.gz rtmux-909d962d3af951be03e1f242f846ca24aa634c9d.tar.bz2 rtmux-909d962d3af951be03e1f242f846ca24aa634c9d.zip |
Make example match reality; Greg Hurrell.
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |