From owner-freebsd-current@FreeBSD.ORG Mon Apr 4 17:41:03 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 842C216A4CE for ; Mon, 4 Apr 2005 17:41:03 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1835043D58 for ; Mon, 4 Apr 2005 17:41:03 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (sccrmhc13) with ESMTP id <2005040417405801600s3pmpe>; Mon, 4 Apr 2005 17:40:58 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by 0lsen.net (Postfix) with ESMTP id EDA171728E; Mon, 4 Apr 2005 10:41:01 -0700 (PDT) Message-ID: <42517C2D.6030307@0lsen.net> Date: Mon, 04 Apr 2005 10:41:01 -0700 From: Clint Olsen User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Tetsuji \"Maverick\" Rai" References: <425178D3.40306@vfemail.net> In-Reply-To: <425178D3.40306@vfemail.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: zsh-4.2.4 problem (command-line editing) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 04 Apr 2005 17:41:03 -0000 Tetsuji "Maverick" Rai wrote: > I installed zsh-4.2.4 on 6.0-current and having command line editing > problem. Usually zsh accepts ^A ^E ^B ^F etc command line short-key > commands as bash does, but on 6.0-current zsh doesn't accept ^A and > ^E. zsh does it on 5.3-RELEASE. I guess it's a bug.. I'm gonna make a wild ass guess that this is a bindkey problem. Try "man zshall" and make sure your keybindings are defaulting to vi. -Clint