mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 02:08:48 +00:00
Add a note about C-r and C-s behaviour, GitHub issue 4309.
Also add a missing word, from jmc@.
This commit is contained in:
parent
5d1a6acc84
commit
47a56c11f2
11
tmux.1
11
tmux.1
@ -2329,6 +2329,15 @@ repeats the last search and
|
|||||||
does the same but reverses the direction (forward becomes backward and backward
|
does the same but reverses the direction (forward becomes backward and backward
|
||||||
becomes forward).
|
becomes forward).
|
||||||
.Pp
|
.Pp
|
||||||
|
The default incremental search key bindings,
|
||||||
|
.Ql C-r
|
||||||
|
and
|
||||||
|
.Ql C-s ,
|
||||||
|
are designed to emulate
|
||||||
|
.Xr emacs 1 .
|
||||||
|
When first pressed they allow a new search term to be entered; if pressed with
|
||||||
|
an empty search term they repeat the previously used search term.
|
||||||
|
.Pp
|
||||||
The
|
The
|
||||||
.Ql next-prompt
|
.Ql next-prompt
|
||||||
and
|
and
|
||||||
@ -6766,7 +6775,7 @@ option is used; a delay of zero waits for a key press.
|
|||||||
ignores key presses and closes only after the delay expires.
|
ignores key presses and closes only after the delay expires.
|
||||||
If
|
If
|
||||||
.Fl C
|
.Fl C
|
||||||
given, the pane will continue to be updated while the message is displayed.
|
is given, the pane will continue to be updated while the message is displayed.
|
||||||
If
|
If
|
||||||
.Fl l
|
.Fl l
|
||||||
is given,
|
is given,
|
||||||
|
Loading…
Reference in New Issue
Block a user