aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-02-11 20:39:40 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-02-11 20:39:40 +0000
commit44ded35d5da3d958cbb3bb92e9c9b4be9d078d4f (patch)
tree3fec5dff4a23882d9b074019af729a522dd3fee3 /tmux.1
parentf42905707292bf0afec56ddcb30ed04969664be6 (diff)
downloadrtmux-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.11
1 files changed, 1 insertions, 0 deletions
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"