From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5627 invoked from network); 8 Jun 1997 12:03:31 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 8 Jun 1997 12:03:31 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id HAA09808; Sun, 8 Jun 1997 07:49:40 -0400 (EDT) Resent-Date: Sun, 8 Jun 1997 07:49:20 -0400 (EDT) From: Zefram Message-Id: <776.199706081151@stone.dcs.warwick.ac.uk> Subject: Re: zsh question To: harvell@aol.net (Brian Harvell) Date: Sun, 8 Jun 1997 12:51:32 +0100 (BST) Cc: zsh-users@math.gatech.edu In-Reply-To: from "Brian Harvell" at Jun 8, 97 03:35:21 am X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]9452.47 X-Phase: The Moon is Waxing Crescent (11% of Full) X-US-Congress: Moronic fuckers X-Personality: INTJ X-This-is-not-HTML: Content-Type: text Resent-Message-ID: <"ohznU.0.6O2._mfcp"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/884 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Brian Harvell wrote: >I've tested both bindkey vi insert mode and command mode and neither seems >to emulate tcsh > >I want to be able to run a command and then just hit "up" or control p and >have that command pop back up without having to hit escape first. Is there >an easy way to do this. bindkey '^P' up-line-or-history etc. >Next I don't like the way the complete prints the choices below the prompt >is there a way to make it above the prompt unsetopt always_last_prompt -zefram