Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Return to the prompt
- X-seq: zsh-users 7642
- From: Fabiano Sidler <fabianosidler@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Return to the prompt
- Date: Thu, 1 Jul 2004 07:03:55 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hello List!
I did the following:
$ listdir() { ls -l }
$ zle -N listdir
$ bindkey '^V' listdir
If then I press ^V, the directory is listed, but I have to press a key in
order to get my command line back. I tried wierd hacks with 'zle -R' or
'zle -M' for that, but there was no solution. Any hints on that?
Thanks!
Fips
Messages sorted by:
Reverse Date,
Date,
Thread,
Author