Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Shift-Insert overwrites ZLE CUTBUFFER
- X-seq: zsh-users 22034
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Shift-Insert overwrites ZLE CUTBUFFER
- Date: Wed, 26 Oct 2016 16:59:15 -0700
- 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; bh=HmrcKLoIqghKur5amy4lMu+RE1yzud0+yQvrTUZ7plY=; b=UWBTAr0xkXoL35P6+OqLu2ia7lXYh1nmKWgJwb+h2HP8AUwpgoJ3uf/EV6NjMAZFDM y6NCKQYMT1BSj6gdQVuMUnnOP2CvM8Utv48nn0q2EQKsdZ6MVjhL+99DNuDWTfYqt6pm QbJ+Kuii3S/jQDidOHWy6zO7Kn3lPTmWPUYs56X+fmsOKvL9HDVa8HWwWmz93D+hVCfC 18PkNKiGx9RMFh96BymdkWj9nbaRDTjcbJLS+9rQovEg0w5YQ5Em6/HfWI0MHuVeyguu lhx/p8XL/xvsWkXHWA1v5GMnVOTN46oWilBYteLNmArHuDgTt3pOsekyXNnqMUsBTsDo lJmg==
- In-reply-to: <CAHYJk3SNiZ_eoB1Sbx5H-YoU6JmasBj=XC0OOftOA1POhMj-nA@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAMtVo_PG_fd62V1FZ4r7fRUragzzS6H4McN5sO1=hhY=6DR6Yg@mail.gmail.com> <161025091249.ZM7232@torch.brasslantern.com> <CAMtVo_N6qOQr++Amzn11+m3pkOxjc908mwFUerur77+OWd92uw@mail.gmail.com> <161026090133.ZM11120@torch.brasslantern.com> <CAHYJk3SNiZ_eoB1Sbx5H-YoU6JmasBj=XC0OOftOA1POhMj-nA@mail.gmail.com>
On Oct 27, 12:05am, Mikael Magnusson wrote:
}
} Actually if you pass a parameter name to the bracketed-paste widget,
} it stuffs the pasted content in there and does literally nothing else.
Indeed, I forgot about that. Minimally:
my-bracketed-paste () {
zle .bracketed-paste 'LBUFFER[CURSOR+1]'
}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author