From owner-freebsd-current@FreeBSD.ORG Mon Sep 21 14:19:36 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA7261065693; Mon, 21 Sep 2009 14:19:36 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-ew0-f208.google.com (mail-ew0-f208.google.com [209.85.219.208]) by mx1.freebsd.org (Postfix) with ESMTP id 2DDDA8FC1A; Mon, 21 Sep 2009 14:19:35 +0000 (UTC) Received: by ewy4 with SMTP id 4so2462104ewy.36 for ; Mon, 21 Sep 2009 07:19:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=WM3WMNk71i94k9soBmZCDj8skJvxXHHEvpLRPu5+QL8=; b=lTOMXD6+hN3x+K49OYaDZzh/fyanF96U13lq45J3kMl6/q8ydy9xQ4oHCAGWVrS5sN Rzhu0zaRYL15wsPDIiqlxpVyZEXvMqjkGiwWLyPj48wCKljsH8Zp3kg1F1mILM4XbgO9 ilGSXkmudjeMdVFN14zhoUdu2Nx++dSRaJqN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=AQo7W/Eews4eTDkFvFX569tmLdlhuoLm/PNB0iVMwG8djpRtY/qkcoGwBYFRSxMDk4 orAvlg6V6Qb6kw5IOuh7xHCOuT5tsppeWe1jKudOJ7mzIozJCKTG8TGls98KGB/n0cVa Yt/xt9VmCIx1sFfCZ8f+G9jNo1gFK/QfjYfaI= Received: by 10.211.154.17 with SMTP id g17mr3052085ebo.32.1253540787987; Mon, 21 Sep 2009 06:46:27 -0700 (PDT) Received: from ?127.0.0.1? (87-194-39-182.bethere.co.uk [87.194.39.182]) by mx.google.com with ESMTPS id 28sm187703eye.14.2009.09.21.06.46.26 (version=SSLv3 cipher=RC4-MD5); Mon, 21 Sep 2009 06:46:27 -0700 (PDT) From: Tom Evans To: Coleman Kane In-Reply-To: <1253537983.1757.5.camel@localhost> References: <20090921112657.GW95398@hoeg.nl> <20090921112917.GA89971@freebsd.org> <20090921113556.GX95398@hoeg.nl> <1253537983.1757.5.camel@localhost> Content-Type: text/plain Date: Mon, 21 Sep 2009 14:46:25 +0100 Message-Id: <1253540785.2134.85.camel@strangepork.london.mintel.ad> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: tmux(1) in base X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2009 14:19:36 -0000 On Mon, 2009-09-21 at 08:59 -0400, Coleman Kane wrote: > On Mon, 2009-09-21 at 13:35 +0200, Ed Schouten wrote: > > * Roman Divacky wrote: > > > can tmux be configured to be 100% compatible with screen? if so > > > are we going to ship with such a config on default? > > > > Well, we could ship a screen-like config in /usr/share/examples, but in > > my opinion we shouldn't enable this by default. It only makes it more > > confusing when people switch to different operating systems that don't > > use this config. I do think tmux's use of ^B instead of ^A by default is > > a bit awkward... > > > > Funny. I always considered (and still consider, but live with it) > screen's use of ^A to be quite awkward and annoying, myself, since it > conflicts with using ^A for jump-to-start-of-line. > You can always change it. When I started at $JOB, my mentor hated that I used screen, because he used ^A a lot to jump to start of line. I now use ^F, which is used a lot less :) ``screen -e ^ff'' does the trick. Tom