diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-03-17 21:40:54 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-03-17 21:40:54 +0000 |
commit | dbfd0440176d83319b4745462351b8b5131ae689 (patch) | |
tree | f9d1a80353385b7f4d0c398cfb9cc9b0f6bc913c /usr.bin/tmux/tmux.1 | |
parent | c6a04b6545fc26cfdbd13ded8ee522a2a5d4b896 (diff) |
Add a wrap-search option to turn off wrapping of searches in copy
mode. From Jacobo de Vera.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index e83f069d6d7..1ee48173d69 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.281 2012/03/17 21:33:33 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.282 2012/03/17 21:40:53 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -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 |