From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 17:16:07 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E52E3106564A for ; Sun, 12 Feb 2012 17:16:06 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A51178FC15 for ; Sun, 12 Feb 2012 17:16:06 +0000 (UTC) Received: by iaeo4 with SMTP id o4so3758200iae.13 for ; Sun, 12 Feb 2012 09:16:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aI2c5J2XGCPatbA9HRfNYc+E3Hg4ZymNcorQ69rERcU=; b=VHba+n2bE7uk7EqvLvJq60Fa0nyl4mx4bQWlt3dVSyGqBLZvkwzMI8U1LPXbZoUJAN stPwK9/fLgg9o4WNaA57AN10MMpY+S5Wkd47uzv+dCBI/p299bBN9AiK2z/WTDx99KKz llpwb5dmaLGxSemrkCp/Hc4YAeovqRHbshjaM= MIME-Version: 1.0 Received: by 10.50.236.34 with SMTP id ur2mr22354557igc.20.1329066966147; Sun, 12 Feb 2012 09:16:06 -0800 (PST) Received: by 10.231.183.21 with HTTP; Sun, 12 Feb 2012 09:16:05 -0800 (PST) Received: by 10.231.183.21 with HTTP; Sun, 12 Feb 2012 09:16:05 -0800 (PST) In-Reply-To: <3A8C8AA5-94A7-44C2-81BD-F348DAC4521A@mac.com> References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> <3A8C8AA5-94A7-44C2-81BD-F348DAC4521A@mac.com> Date: Sun, 12 Feb 2012 17:16:05 +0000 Message-ID: From: Chris Rees To: Chuck Swiger Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, Gonzalo Nemmi Subject: Re: Enhancing the user experience with tcsh 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: Sun, 12 Feb 2012 17:16:07 -0000 On 12 Feb 2012 17:11, "Chuck Swiger" wrote: > > On Feb 11, 2012, at 11:05 PM, Gonzalo Nemmi wrote: > > Joel, with all due respect, do you really think that 99.9% of all > > users will not find the _non_intrusive_ additions below useful? > > > > bindkey "\e[1~" beginning-of-line #make Home key work; > > bindkey "\e[2~" overwrite-mode #make Ins key work; > > bindkey "\e[3~" delete-char #make Delete key work; > > bindkey "\e[4~" end-of-line #make End key work; > > Yes, I do not find the additions mentioned right here useful. > > Much of the time, I'm using a laptop which does not have dedicated Home/INS/Delete/End keys. And even when I am using a full 10x-key keyboard, I would not use them since I prefer using editmode=emacs and Cntl-A / E. So do I, but would these hurt you? I think it's insane that by default the standard keys don't work. Chris