diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-02-11 20:39:40 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-02-11 20:39:40 +0000 |
commit | 44ded35d5da3d958cbb3bb92e9c9b4be9d078d4f (patch) | |
tree | 3fec5dff4a23882d9b074019af729a522dd3fee3 /tmux.1 | |
parent | f42905707292bf0afec56ddcb30ed04969664be6 (diff) | |
download | rtmux-44ded35d5da3d958cbb3bb92e9c9b4be9d078d4f.tar.gz rtmux-44ded35d5da3d958cbb3bb92e9c9b4be9d078d4f.tar.bz2 rtmux-44ded35d5da3d958cbb3bb92e9c9b4be9d078d4f.zip |
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 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |