Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
filename autocompletion/autocorrection misfeature
- X-seq: zsh-users 22001
- From: Fourhundred Thecat <400thecat@xxxxxx>
- To: zsh-users@xxxxxxx
- Subject: filename autocompletion/autocorrection misfeature
- Date: Sat, 08 Oct 2016 08:48:18 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
when I type beginning of a filename, and autocomplete with tab:
$ ls gs<tab>
if there is no match starting with "gs", I might get:
$ ls logs
Far from being useful, I find this feature actually harmful. I want to
know that there is no match in current dir (perhaps I entered the wrong
dir mistakenly).
To add insult to injury, the autocompleted/autocorrected filename does
not exist either (there is a file "bootlogs", but no file "logs")
How can I disable this "feature" ?
I tried adding following options into my .zshrc, but that did not help:
DISABLE_CORRECTION="true"
unsetopt correct
unsetopt correct_all
thanks,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author