From 44ded35d5da3d958cbb3bb92e9c9b4be9d078d4f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 11 Feb 2010 20:39:40 +0000 Subject: Add "N" key to search the opposite way from the last search (reverse of "n"), from Micah Cowan. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index bf744479..981768c0 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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