Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completely disable zsh completion system
- X-seq: zsh-users 26040
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Ahmad Ismail <ismail783@xxxxxxxxx>
- Subject: Re: completely disable zsh completion system
- Date: Wed, 26 Aug 2020 15:40:38 +0200
- Archived-at: <https://zsh.org/users/26040>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-08/CAN%3D4vMp%3DGEHmn7m7_iPs10RQ8uTCZ0PSNT-4t08yoJ4dfKLhVQ%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-il1-f174.google.com) smtp.remote-ip=209.85.166.174; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=skipped; arc=none
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=waVT1U6mM9rf8XmCAHySAPK4dxxK+LX4DGOqDGIXQ3g=; b=Ogz5t8tt5L1J6Y3WHZv6w0Q3CY1Co1cpu1VL20rTIYKyZ0ZYssZJDNiuZ0iz6FCBLV 6QE52pYhtkp8EStoktsEPwHdHXx1CVAZATCkGw6V6wFTxwHIQb8XploPf3Z7tpE0uRw9 CtxMbzUV36iHIgKRPOCjZ+C3otvsgDh0KoD+Cku/F44fo4fJfsQ0lyrCunDK0V86vnws gJmTRU/WHycvgrH3YZmqG+Lyj/Phk9Mdbz7pZKv3lTAzjIAp30ZHr4yeOcLF2poddSIY EBtbg+WboI41OWCv91HFX4zqWrQ/67iyuOO/GCRKnrEhRs6gOai0mckrg0JXmBBOV2bH Ogtw==
- In-reply-to: <CAHAhJwLd=pUdAuL0+Wvxm=fE_KPcYOz=e5Y87qu0Oo7AWPAnvw@mail.gmail.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <CAHAhJwKj5SXobG1PZ8ywG5fgTMVFvrnvgMk5koPq-W2Tjw21Qg@mail.gmail.com> <CAN=4vMqgfkLd=V49VWqOJYBQ=Tu3KCL2ZjtFs6YoJj5_c=909Q@mail.gmail.com> <CAHAhJwLd=pUdAuL0+Wvxm=fE_KPcYOz=e5Y87qu0Oo7AWPAnvw@mail.gmail.com>
- Sender: zsh-users-request@xxxxxxx
>> > I am trying to completely disable the zsh completion system.
>>
>> Does this do what you want?
>>
>> bindkey -r '^I'
>
> No, I have already unbinding Ctrl+I. It is also not helping.
The bindkey command I posted above makes TAB do nothing.
% ls<TAB>
Nothing happens.
If this isn't what you are looking for, please explain what you want to achieve.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author