Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: backward-kill-shell-word widget
- X-seq: zsh-workers 37556
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: backward-kill-shell-word widget
- Date: Sun, 10 Jan 2016 13:06:48 -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=L/MkC7nX5fwHS3fA3MBRC7dO5odJTGVlCHU6DArcAaI=; b=T79CI1zX67TzIqdmDv+WAm6/e+OTihiFefeq3xNWLjypLHTnmuEimY7lwpOvcyYSMZ 71sxHEudD7TtB31HdNkymEZxJXFmE8Ol4CrP959cZDAoSvEifDLmTpYA7m7o0C20N8rs J9qEv/fwF9M8PsrtxunoZ/c+YgI1z1173Txe1TNIVeqbTdEuRa7lb5yjC4Abl57HiqIf tzxPoo4zrzcq6B0VcHRjhtRlDdRiKFTG8Wl1VUOZnsjlxEfTp/Dkf9YWus+VFz1xjhbi jEOAXf/dJoTEy5+fCtWKQHJfmLHCsmCZMwW79/mF0Y0F1NDyLA1q3yCAAqtffmSpq//d OzUA==
- In-reply-to: <20160110195943.GB11464@tarsus.local2>
- 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> <20160110195943.GB11464@tarsus.local2>
On Jan 10, 7:59pm, Daniel Shahaf wrote:
}
} How does emacs handle this issue? Does emacs have different chords for
} different kinds of "delete a word backwards"?
I've never seen "chords" used that way before.
Anyway, yes.
Where possible to distinguish backspace from ctl-h (in which case ctl-h
is a prefix character invoking help),
shift makes no difference
backspace is delete backward character
ctl-backspace is kill backward word
alt-backspace is kill backward word
alt-ctl-backspace is kill line
This of course may vary by emacs version/variant. Exactly what happens
when ctl-h and backspace are the same, also varies.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author