Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
2 questions of completion
- X-seq: zsh-users 16828
- From: Ranousse <ranousse@xxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: 2 questions of completion
- Date: Sun, 4 Mar 2012 15:48:42 +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
1) Say I have an alias such as
alias grep=egrep
Suppose I don't want to use the alias I can use
\grep something
However I noticed that
\gr tab (for completion) deletes the \ at the beginning of the line.
Is there an option or something to avoid this.
2) Still about completion but quite different
With menu select activated, I need to press enter twice to validate a
command so I use
bindkey -M menuselect '^M' .accept-line
and it works.
However I have a similar problem with backspace, and can't find
solution. What can I do to make backspace works (I mean not pressing
this key twice) ?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author