mirror of
https://github.com/tmux/tmux.git
synced 2025-04-04 23:28:51 +00:00
Fix example from Adam Spiers.
This commit is contained in:
parent
0f7160eb2f
commit
6b841a036a
2
CHANGES
2
CHANGES
@ -219,7 +219,7 @@ Incompatible Changes
|
|||||||
and history is now used for searching, jumping, and so on instead of a custom
|
and history is now used for searching, jumping, and so on instead of a custom
|
||||||
one. The default C-r binding is now:
|
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
|
There are also some new commmands available with send -X, such as
|
||||||
copy-pipe-and-cancel.
|
copy-pipe-and-cancel.
|
||||||
|
Loading…
Reference in New Issue
Block a user