Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zle oddity or some option running wild?
From: Thomas Lauer <thomas.lauer@xxxxxxxxxx>
Date: Wed, 26 Jun 2024 17:10:58 +0100
> I have this in my zsh init:
> autoload -U select-word-style
> select-word-style shell
I've now realised that these two commands interfere with almost every
widget I've written that copies/kills stuff from the command line. No
parameter for "select-word-style" makes these work again.
So I assume this function is broken and I removed those lines...
> zle -N backward-kill-shell-word backward-kill-word
> zstyle :zle:backward-kill-shell-word word-style shell
... as well as these two.
I'll look into creating a backward-kill-shell-word widget by other
means.
> Thomas
Messages sorted by:
Reverse Date,
Date,
Thread,
Author