From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 23:07:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E247216A41F for ; Tue, 30 Aug 2005 23:07:48 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7309843D45 for ; Tue, 30 Aug 2005 23:07:48 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id j7UN7ldW060646; Tue, 30 Aug 2005 17:07:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id j7UN7lWQ060643; Tue, 30 Aug 2005 17:07:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 30 Aug 2005 17:07:47 -0600 (MDT) From: Warren Block To: manish jain In-Reply-To: <20050830170544.75343.qmail@web34008.mail.mud.yahoo.com> Message-ID: <20050830165748.E58990@wonkity.com> References: <20050830170544.75343.qmail@web34008.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (wonkity.com [127.0.0.1]); Tue, 30 Aug 2005 17:07:47 -0600 (MDT) Cc: freebsd Subject: Re: changing keyboard behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 23:07:49 -0000 On Tue, 30 Aug 2005, manish jain wrote: > i am a freebsd newbie and i love it. i used linux for > quite some time and gave it up for many reasons. > > i want my console's delete key to work as forward > delete and not as backspace. can anyone help me out > with this small problem ? It would help to know which shell you are using, but: http://www.ibb.net/~anne/keyboard.html > i will be glad if somebody has a .inputrc to make keys > in freebsd to mean pretty much the same as in linux. I think that's a bashism, and the default shell for FreeBSD is csh/tcsh. In csh, you would add this to your .cshrc: bindkey "^?" delete-char bindkey "\e[3~" delete-char -Warren Block * Rapid City, South Dakota USA