Bart Schaefer wrote: >On Tue, 28 May 2002, Jukka Lehti wrote: > > > >>One thing I really miss from default completions is >>the "cd .." 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");