From e4eb43ec718357ad692471683a65ef6aeee3720a Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 18 Mar 2012 02:12:24 +0000 Subject: Sync OpenBSD patchset 1066: Add a wrap-search option to turn off wrapping of searches in copy mode. From Jacobo de Vera. --- tmux.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index dcb4ba53..6647abdc 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2665,6 +2665,12 @@ will generate function key sequences; these have a number included to indicate modifiers such as Shift, Alt or Ctrl. The default is off. +.Pp +.It Xo Ic wrap-search +.Op Ic on | off +.Xc +If this option is set, searches will wrap around the end of the pane contents. +The default is on. .El .It Xo Ic show-options .Op Fl gsw -- cgit