diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-12 16:11:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-12 16:11:57 +0000 |
commit | 23e9acdcb291d7d378391218d8c8e5f65efa6c50 (patch) | |
tree | 71536c55532f0d6b322389a3c99b95ff3c1f9230 /tmux.1 | |
parent | e79a41cff907c128e03ac97c48b69e261f2c1f48 (diff) | |
download | rtmux-23e9acdcb291d7d378391218d8c8e5f65efa6c50.tar.gz rtmux-23e9acdcb291d7d378391218d8c8e5f65efa6c50.tar.bz2 rtmux-23e9acdcb291d7d378391218d8c8e5f65efa6c50.zip |
Erp, ^B not ^A.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.8 2007-11-12 16:09:08 nicm Exp $ +.\" $Id: tmux.1,v 1.9 2007-11-12 16:11:57 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -89,8 +89,8 @@ and described in the following sections. .Nm may be controlled from an attached client by using a key combination of a prefix, -.Ql ^A -(ctrl-A) by default, followed by a command key. +.Ql ^B +(ctrl-B) by default, followed by a command key. .Pp Some of the default key bindings include: .Pp |