diff options
author | 2009-10-04 11:33:35 +0000 | |
---|---|---|
committer | 2009-10-04 11:33:35 +0000 | |
commit | 9c7063705c34cffef097b97c4a0791fbcf8b84a1 (patch) | |
tree | ac25cbe817ff0d86c02570bf395df2e86e2efe88 | |
parent | Get / and ? the right way round in vi mode, and use : for goto line rather than (diff) | |
download | wireguard-openbsd-9c7063705c34cffef097b97c4a0791fbcf8b84a1.tar.xz wireguard-openbsd-9c7063705c34cffef097b97c4a0791fbcf8b84a1.zip |
tweak previous;
-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 , |