aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-05 18:25:05 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-05 18:25:05 +0000
commit11e97f4eb05168d8c4165163a8f3b302bf6b118c (patch)
tree25dc9bde76f1bbffbdd85f42a908ee096e4639b6 /tmux.1
parent813d78e46afc1487dab6f31fdac0e201c7afaca0 (diff)
downloadrtmux-11e97f4eb05168d8c4165163a8f3b302bf6b118c.tar.gz
rtmux-11e97f4eb05168d8c4165163a8f3b302bf6b118c.tar.bz2
rtmux-11e97f4eb05168d8c4165163a8f3b302bf6b118c.zip
Sync OpenBSD patchset 358:
Get / and ? the right way round in vi mode, and use : for goto line rather than g.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 400bcf70..ee7bd02c 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.175 2009-10-05 18:21:58 tcunha Exp $
+.\" $Id: tmux.1,v 1.176 2009-10-05 18:25:05 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -508,7 +508,7 @@ The following keys are supported as appropriate for the mode:
.It Li "Delete entire line" Ta "d" Ta "C-u"
.It Li "Delete to end of line" Ta "D" Ta "C-k"
.It Li "End of line" Ta "$" Ta "C-e"
-.It Li "Goto line" Ta "g" Ta "g"
+.It Li "Goto line" Ta ":" Ta "g"
.It Li "Next page" Ta "C-f" Ta "Page down"
.It Li "Next word" Ta "w" Ta "M-f"
.It Li "Paste buffer" Ta "p" Ta "C-y"