From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 17:10:57 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 464F7106566C for ; Sun, 12 Feb 2012 17:10:57 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout029.mac.com (asmtpout029.mac.com [17.148.16.104]) by mx1.freebsd.org (Postfix) with ESMTP id 291DA8FC0A for ; Sun, 12 Feb 2012 17:10:54 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [10.1.2.182] (unknown [173.200.187.194]) by asmtp029.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LZA00I4XIE5UH90@asmtp029.mac.com> for freebsd-current@freebsd.org; Sun, 12 Feb 2012 09:10:54 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7361,1.0.260,0.0.0000 definitions=2012-02-12_05:2012-02-10, 2012-02-12, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1202120145 From: Chuck Swiger In-reply-to: Date: Sun, 12 Feb 2012 09:10:53 -0800 Message-id: <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> To: Gonzalo Nemmi X-Mailer: Apple Mail (2.1084) Cc: freebsd-current@freebsd.org 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:10:57 -0000 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. Regards, -- -Chuck