From: Dennis Haney <davh@davh.dk>
Cc: Jukka Lehti <jukkalehti@yahoo.com>, zsh-users@sunsite.dk
Subject: Re: make completion on OpenBSD
Date: Tue, 28 May 2002 23:18:52 +0200 [thread overview]
Message-ID: <3CF3F43C.20208@davh.dk> (raw)
In-Reply-To: <Pine.LNX.4.44.0205280817590.22333-100000@ns1.sodaware.com>
[-- Attachment #1: Type: text/plain, Size: 740 bytes --]
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");
[-- Attachment #2: Type: text/html, Size: 1425 bytes --]
next prev parent reply other threads:[~2002-05-28 21:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-24 16:30 Jukka Lehti
2002-05-24 17:02 ` Bart Schaefer
2002-05-25 10:18 ` Jukka Lehti
2002-05-25 17:42 ` Bart Schaefer
2002-05-26 10:58 ` Jukka Lehti
2002-05-26 17:31 ` Jukka Lehti
2002-05-26 18:16 ` Bart Schaefer
2002-05-28 11:05 ` Jukka Lehti
2002-05-28 15:21 ` Bart Schaefer
2002-05-28 21:18 ` Dennis Haney [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-05-22 19:27 Jukka Lehti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3CF3F43C.20208@davh.dk \
--to=davh@davh.dk \
--cc=jukkalehti@yahoo.com \
--cc=zsh-users@sunsite.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).