diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-02-18 12:35:16 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-02-18 12:35:16 +0000 |
commit | 66c38d8c5dbbfaff43ee6da666c4ee0de115bf07 (patch) | |
tree | d618486b6adf23082037ab68b4830372fbe4baa5 /tmux.1 | |
parent | 736764b5607e94823f3f8c5e05f582cab15b598c (diff) | |
download | rtmux-66c38d8c5dbbfaff43ee6da666c4ee0de115bf07.tar.gz rtmux-66c38d8c5dbbfaff43ee6da666c4ee0de115bf07.tar.bz2 rtmux-66c38d8c5dbbfaff43ee6da666c4ee0de115bf07.zip |
Sync OpenBSD patchset 644:
Add "N" key to search the opposite way from the last search (reverse of "n"),
from Micah Cowan.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 <nicm@users.sourceforge.net> .\" @@ -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" |