Add an option to disable unwrapping lines for searching, from

meanderingprogrammer at gmail dot com, GitHub issue 3975.
This commit is contained in:
nicm
2024-05-14 07:40:39 +00:00
parent fb37d52dde
commit 4c928dce74
3 changed files with 25 additions and 3 deletions

8
tmux.1
View File

@ -3795,6 +3795,14 @@ each client.
.It Ic prompt-history-limit Ar number
Set the number of history items to save in the history file for each type of
command prompt.
.It Xo Ic search-wrapped-lines
.Op Ic on | off
.Xc
Defines how
.Nm
handles wrapped lines when searching in copy mode.
When disabled, lines are truncated and searching is faster, but matches may be
missed.
.It Xo Ic set-clipboard
.Op Ic on | external | off
.Xc