Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: tab inserts literal tab instead of completing at beginning of line
- X-seq: zsh-workers 29325
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: tab inserts literal tab instead of completing at beginning of line
- Date: Thu, 19 May 2011 18:00:12 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=InVH7ekJV7plq8+ARTiTASzCJ1BofnwT3CdpY4se1Vw=; b=jF8Va6sXdr6YKclzBj3stM3n0Pa19kBi1yLBjpxxMhWfCUZuaCktmsaR7q5E2rayP6 P3SVpOjHueonHjpf4AGCCCwnAKyF46CNAK7Zx/6S4x5p01AQiB+/fqojaYrsdFeYj5Ca q5W2OE/snvuT91mLzQXwNUBf7u/HjOJomucIM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hjzkPV5DihEqQIY7BnYF229mRi3EZiZmrLIa3tpwm2B9NVN0pWYYHNUSjr3bwUlYe6 zubvMNomIoEVAEBAbkeQMT/wjWDlc5eyvwpLRQZYXkd4u+b7COOZfX9xNuBIdCmbbKy+ obT+0Uzw5u8Wvqijjg7gXWie1dSx2T8F5MUhs=
- In-reply-to: <BANLkTinVGkTPvSPUJLbtNEyWgmmZv+73+w@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <BANLkTimMcVWMzXnyJbFfuY2iDcOW2gJtug@mail.gmail.com> <BANLkTin2p-bfoubfa1Cc_Ak-7T+0sPtx4Q@mail.gmail.com> <BANLkTinqgZQqYbJ-=cjtYzhyYGbix+gyDQ@mail.gmail.com> <BANLkTinVGkTPvSPUJLbtNEyWgmmZv+73+w@mail.gmail.com>
On 19 May 2011 17:19, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Thu, May 19, 2011 at 2:36 AM, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>>
>> Well, in my case there's no more input, just me pressing tab. How's
>> this? (it works)
>
> Sorry, I'm not sure what this does. Add an "empty" value to the
> insert-tab style? If so then that's OK, I think.
Ah, I was in my own little world there, I see more context is needed
:). What it does is what I described last in my first message: insert
a tab if the line is empty, or contains only tabs (presumably you want
to paste more than one sometimes), otherwise completion as usual.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author