From 66c38d8c5dbbfaff43ee6da666c4ee0de115bf07 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 18 Feb 2010 12:35:16 +0000 Subject: Sync OpenBSD patchset 644: Add "N" key to search the opposite way from the last search (reverse of "n"), from Micah Cowan. --- tmux.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 0baa0256..b210e694 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.233 2010-02-18 12:33:52 tcunha Exp $ +.\" $Id: tmux.1,v 1.234 2010-02-18 12:35:16 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 10 2010 $ +.Dd $Mdocdate: February 11 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -572,6 +572,7 @@ The following keys are supported as appropriate for the mode: .It Li "Scroll down" Ta "C-Down or C-e" Ta "C-Down" .It Li "Scroll up" Ta "C-Up or C-y" Ta "C-Up" .It Li "Search again" Ta "n" Ta "n" +.It Li "Search again in reverse" Ta "N" Ta "N" .It Li "Search backward" Ta "?" Ta "C-r" .It Li "Search forward" Ta "/" Ta "C-s" .It Li "Start of line" Ta "0" Ta "C-a" -- cgit