Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: make completion on OpenBSD



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