diff options
-rw-r--r-- | usr.bin/tmux/tmux.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 1ebed6af528..328b91a473b 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.94 2009/10/04 11:18:26 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.95 2009/10/04 11:33:35 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -983,13 +983,12 @@ allows a command to be bound to most keys, with or without a prefix key. When specifying keys, most represent themselves (for example .Ql A to -.Ql Z -). +.Ql Z ) . Ctrl keys may be prefixed with .Ql C- or -.Ql ^ -, and Alt (meta) with +.Ql ^ , +and Alt (meta) with .Ql M- . In addition, the following special key names are accepted: .Em BSpace , |