Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ls completion
- X-seq: zsh-users 29993
- From: Thomas Lauer <thomas.lauer@xxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: ls completion
- Date: Tue, 04 Jun 2024 13:34:54 +0100
- Archived-at: <https://zsh.org/users/29993>
- In-reply-to: <CAH+w=7aVLFjFoOB5sp=51o562OHadD7D2uHL2j0b63D3=mTvaw@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- Organization: TL
- References: <jc8h5jhhjg7qdev26m56oi4g58m09avpkf@tlc.com> <CAH+w=7aVLFjFoOB5sp=51o562OHadD7D2uHL2j0b63D3=mTvaw@mail.gmail.com>
From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
Date: Mon, 3 Jun 2024 13:40:50 -0700
> Type Ctrl+x ? instead of TAB, to invoke _complete_debug
Ctrl-x ? does nothing here as I have completely redefined all the
bindings but I've now put that on Alt-i. Thanks for that, could come in
handy one of those days.
> then examine the output file to see what's being done.
Mea culpa :-/ I've checked whether there's an alias, function, script
etc etc called ls. But I haven't checked for _ls... and there's a tiny
helper function for ls I've hacked together very shortly after
installing zsh... and this derails the completion.
(Nowadays I call these helpers ls0, or ls00, but back then I was a
complete 100% newbie whereas today I am just a 98% newbie... Big
progress :-) ).
Again thanks Tom
Messages sorted by:
Reverse Date,
Date,
Thread,
Author