Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: backward-kill-shell-word widget
- X-seq: zsh-workers 37578
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: backward-kill-shell-word widget
- Date: Tue, 12 Jan 2016 00:23:53 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=2OZGiEwMcbPIy7jqEytYtshaEx1naaqoQcr1A2nxTXI=; b=tJpYTqaCicEXn86R02+ZJfmf+splzPAeTOeSsFQPvVOjZCsCzBhOwXydMqOiBB4GqE XoNgMYUsSRj4xbmuMn3nQ6M6T/dIXEXs3rMiX1KbQf26rZU2a6r6YCmLwweffj/CniAG L05xlpv0rB9MzVEuUV3OyihylJ+Gc7WQ5jpDBIKzpKtIf1RikeiSn2ul8O5sIWq3onWW J2JDDvPf69sKW+gfbRb/3iNdtDJtq1gdXK75bzGHL56TUcr3NyWZnaBQF/isNk+shdVw Zs6woQusFUzxIaApjJAAP8P/K8zIhcwNgj/6JZ71wAMPsRvppPzVlRKeVtm7oPXaAC4A FVrQ==
- In-reply-to: <CAKc7PVBuSXQfu=cJZekc-nr-tFtk2dd1tzKL3x8GD0APKoNQQg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20160110003758.GA28696@tarsus.local2> <CAKc7PVBuSXQfu=cJZekc-nr-tFtk2dd1tzKL3x8GD0APKoNQQg@mail.gmail.com>
On Jan 10, 2:37pm, Sebastian Gniazdowski wrote:
} Subject: Re: backward-kill-shell-word widget
}
} [...] I just was about
} to decide to bind shell-worded transpose-words-match to Alt-r (have
} transpose-segment bound to Alt-t) and noticed that I rather want to
} keep select-word-style bash. I rather want Ctrl-W to delete normal
} words.
Just to finish a thought started elsewhere:
zstyle ':zle:(backward|)kill-word' word-style bash
zstyle ':zle:(backward|)kill-word-match' word-style shell
zstyle ':zle:transpose-words' word-style normal
zstyle ':zle:transpose-words-match' word-style shell
There isn't a copy-prev-word-match yet, but there easily could be.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author