Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh completion for umount
- X-seq: zsh-users 22047
- From: Fourhundred Thecat <400thecat@xxxxxx>
- To: zsh-users@xxxxxxx
- Subject: zsh completion for umount
- Date: Sun, 30 Oct 2016 12:46:51 +0100
- 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,
I have /mnt/mmc/ mounted. When I cd to /mnt/ and want to use
autocompletion to umount mmc:
cd /mnt/
umount m<tab>
Nothing happens. Completion does not complete anything.
Similarly, for mount, the completion does not complete for -o
mount -o <tab>
mount -o l<tab>
Nothing.
The completion file Unix/_mount has 1000 lines, yet the very basic
completion does not work.
I have switched to zsh from bash recently. While I like the fancy
features that zsh has, I am increasingly frustrated that basic
functionality does not work.
Why does bash get completions right, and zsh doesn't ?
Don't these problems bother nobody else ?
(The above examples were tested on zsh 4.3.17)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author