Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Wishlist for zsh: 3 tcsh features
- X-seq: zsh-users 4352
- From: Will Yardley <william@xxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Wishlist for zsh: 3 tcsh features
- Date: Mon, 8 Oct 2001 10:28:09 -0700
- In-reply-to: <OF594BCCA9.4364E8B5-ON80256ADF.0059B87C@xxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: New Dream Network
- References: <OF594BCCA9.4364E8B5-ON80256ADF.0059B87C@xxxxxxxxxxxxxxx>
martin.ebourne@xxxxxxxxxxxx wrote:
> 1) <Meta-Del>: In tcsh, when deleting elements in a path,
> <Meta-Del> generally deletes everything up to the next
> "/" character, e.g.
>
> In ZSH this is controlled with the WORDCHARS env var. Mine is set to:
> WORDCHARS='*?_-.[]~#'
hrmm... i can't seem to get this to work? i have this:
aura% echo $WORDCHARS
*?_-.[]~=/&;!#$%^(){}<>
if i type:
aura% cd /usr/home/william/
and hit ^W (which is bound to backward-kill-word but i've also tried
doing:
bindkey '^W' backward-delete-word)
it wipes to the beginning of /usr/home....
however it does let me delete to certain characters like the @ sign
(which _isn't_ mentioned in that list).
for instance:
% dig @ns.newdream.net
turns to:
% dig @
if i hit ^W.
this is what i want, however i would also like to be able to do what the
original poster was asking. so is there a different variable i need to
set or am i missing something obvious here?
TIA
will
--
GPG Public Key:
http://infinitejazz.net/will/pgp/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author