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

Re: Delete everything to the left until next whitespace?



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.

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



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