From 23e9acdcb291d7d378391218d8c8e5f65efa6c50 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 12 Nov 2007 16:11:57 +0000 Subject: Erp, ^B not ^A. --- tmux.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index e0d6517d..1b348767 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 .\" @@ -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 -- cgit