Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Delete everything to the left until next whitespace?



Am 10.02.2011 21:52, schrieb Peter Stephenson:
> On Thu, 10 Feb 2011 21:25:54 +0100
> Richard Hartmann <richih.mailinglist@xxxxxxxxx> wrote:
>> I want to delete to the next whitespace on the left.
> 
> autoload -U backward-kill-word-match
> zle -N backward-kill-word-space backward-kill-word-match 
> zstyle ':zle:backward-kill-word-space' word-style space
> bindkey '^ew' backward-kill-word-space
> 
> See zshcontrib.
> 

There isn't a difference in behavior to normal
backward-kill-word, is there? (At least I can't see one)

- René

Attachment: signature.asc
Description: OpenPGP digital signature



Messages sorted by: Reverse Date, Date, Thread, Author