Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
kill-word removes whole line
- X-seq: zsh-users 6877
- From: Jesper Holmberg <jesperh@xxxxxxxxx>
- To: Zsh-users List <zsh-users@xxxxxxxxxx>
- Subject: kill-word removes whole line
- Date: Sat, 13 Dec 2003 16:40:17 +0100
- Mail-followup-to: Zsh-users List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I have a problem with alt-d (kill-word): it removes the whole line!
If I have this, with prompt at *:
foo * bar bar bar
and press alt-d, all three "bar" are removed from the command-line. I
would expect only the first to be removed.
All other "word actions" such as forward-word, and backward-kill-word,
work as I expect.
This is zsh 4.1.1 on Debian. I don't know if it matters, but I have these
lines in my .zshrc:
autoload -U select-word-style
select-word-style bash
TIA,
Jesper
Messages sorted by:
Reverse Date,
Date,
Thread,
Author