From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 14:50:14 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 BF06416A41F for ; Thu, 16 Jun 2005 14:50:14 +0000 (GMT) (envelope-from bodza@mail.bdz.myip.hu) Received: from mail.bdz.myip.hu (nilus-401.adsl.datanet.hu [195.56.7.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F29C43D1F for ; Thu, 16 Jun 2005 14:50:12 +0000 (GMT) (envelope-from bodza@mail.bdz.myip.hu) Received: by mail.bdz.myip.hu (Postfix, from userid 1001) id 78B2E60FD; Thu, 16 Jun 2005 16:50:12 +0200 (CEST) Date: Thu, 16 Jun 2005 16:50:12 +0200 From: User Bodza To: Jochen Keil Message-ID: <20050616145012.GA44519@bdz.myip.hu> References: <20050616082411.GA33668@bdz.myip.hu> <42B1825F.6070901@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42B1825F.6070901@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: pdksh cli as vi 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: Thu, 16 Jun 2005 14:50:14 -0000 On Thu, Jun 16, 2005 at 03:45:03PM +0200, Jochen Keil wrote: > Hi. > > >if i switch to command mode strange things happen. like > >i press 'h' to go to the left and it just adds 'h's to > >the command line. but if i give it a export VISUAL=vi > >from the command line everything is ok. > > Did you try using "set -o vi"? > > Regards, > Jochen the same effect. after loggin in it's not working but if i give the set -o vi from the shell it's ok. bdz