Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: make completion on OpenBSD
- X-seq: zsh-users 5003
- From: Dennis Haney <davh@xxxxxxx>
- Subject: Re: make completion on OpenBSD
- Date: Tue, 28 May 2002 23:18:52 +0200
- Cc: Jukka Lehti <jukkalehti@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <Pine.LNX.4.44.0205280817590.22333-100000@xxxxxxxxxxxxxxxx>
Bart Schaefer wrote:
On Tue, 28 May 2002, Jukka Lehti wrote:
One thing I really miss from default completions is
the "cd ..<TAB>" producing /. With Finnish/Swedish
(probably German, too) keyboards / is shift+7 and
that's quite a penalty.
http://www.zsh.org/cgi-bin/mla/wilma_glimpse/users?query=shift%3B7&Search=Search&lineonly=on&errors=0&maxfiles=50&maxlines=10
That doesn't really find what we came up with last time ;(
## Make .. DWIM
setopt GLOB_DOTS
zstyle -e ':completion:*' special-dirs '[[ $PREFIX = (../)#(|.|..) ]] && reply=(..)'
zstyle ':completion:*' ignore-parents parent directory
--
Dennis
use Inline C => qq{void p(char*g){printf("Just Another %s Hacker\n",g);}};p("Perl");
Messages sorted by:
Reverse Date,
Date,
Thread,
Author