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 23:14, schrieb Richard Hartmann:
> On Thu, Feb 10, 2011 at 22:43, René 'Necoro' Neumann <lists@xxxxxxxxx> wrote:
> 
>> There isn't a difference in behavior to normal
>> backward-kill-word, is there? (At least I can't see one)
> 
> It hangs on
> 
> foo bar baz \!;\'a!a:          |^ew
> 
> at least for me.

Ah - thanks for the hint. An even easier case is already:

foo bar 'baz'  |^W
--> foo bar '|

foo bar 'baz'  |^ew
--> foo bar |

- René

Attachment: signature.asc
Description: OpenPGP digital signature



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