Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Extending zed
- X-seq: zsh-users 23432
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Extending zed
- Date: Mon, 4 Jun 2018 10:56:57 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout1.w1.samsung.com 20180604095701euoutp011ab2ec89ff37c908f44a17f0e2b51758~07IMCYwnZ3047630476euoutp01s
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1528106221; bh=R08n9GEa/cRKM2uRT5NLMn6dNDUusTQsjkEuNb0bZ34=; h=Date:From:To:Subject:In-Reply-To:References:From; b=fOz2xvADpPrKt1vJJ+7LcRX1kQfy84Xjn809AOLnPDs7eQgsBOw+0WZyonwPqMK1q 5o9ognzYGuBML2iYXHLN633d7++bMbncMbNYMBp+afHRJe9t2wd+Z+5WzKH9d9Wt4B yeNniL9gSeF9Pzbz9JiwuBA5q2EqU7A3N9dHHpsE=
- In-reply-to: <20180604105042.69c54bee@camnpupstephen.cam.scsc.local>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: SCSC
- References: <CGME20180603055854epcas5p1e92f5a41384aeb9d1555751df74f57ee@epcas5p1.samsung.com> <CAKc7PVDas7ZvXA0CvR1opSH5Wz0d=FVj=NZHGSu2k3C_o=fGZQ@mail.gmail.com> <20180604083801eucas1p258b13dadf37a66e8a59e8714462d0577~06DN1ECXq0206402064eucas1p26@eucas1p2.samsung.com> <CAKc7PVCV3TCe4k-SyJOiD6aDA+uF5FRM_5Q45X9sLPOeCOunWA@mail.gmail.com> <20180604105042.69c54bee@camnpupstephen.cam.scsc.local>
On Mon, 4 Jun 2018 10:50:42 +0100
Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
> bindkey extensions ought to be unproblematic --- you'll see there's
> already a zed keymap which binds ^x^w to accept-line.
>
> What we really need is to separate that out so we can set up a default
> keyboard and map early before zed actually runs, giving the user the
> opportunity to override it. Perhaps this could be a zed-setup
> function that zed will call itself if it hasn't yet been run.
I'd forgotten zed -b does that.
Still might be neater to separate it out.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author