Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh question
- X-seq: zsh-users 884
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: harvell@xxxxxxx (Brian Harvell)
- Subject: Re: zsh question
- Date: Sun, 8 Jun 1997 12:51:32 +0100 (BST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.SGI.3.95.970608032451.17721B-100000@xxxxxxxxxxxxxxxxxxxxxxxxx> from "Brian Harvell" at Jun 8, 97 03:35:21 am
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author