aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-04 11:18:26 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-04 11:18:26 +0000
commitd42b86d22b4c381717ca7f293359a2ca594ab59a (patch)
treeb1f35e549f909576fab02b00226045736e8468d8 /tmux.1
parentc734789b1876151704fadc834bb163994131037c (diff)
downloadrtmux-d42b86d22b4c381717ca7f293359a2ca594ab59a.tar.gz
rtmux-d42b86d22b4c381717ca7f293359a2ca594ab59a.tar.bz2
rtmux-d42b86d22b4c381717ca7f293359a2ca594ab59a.zip
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.12
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index a37a5939..637745a3 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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"