From 95f48a219a3b270e4e6b235745b094db4b7fe9f3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 17 Mar 2012 21:40:53 +0000 Subject: 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 0ab98afe..993a2af3 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2661,6 +2661,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