Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Shift-Insert overwrites ZLE CUTBUFFER
- X-seq: zsh-users 22026
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Shift-Insert overwrites ZLE CUTBUFFER
- Date: Tue, 25 Oct 2016 09:12:49 -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=2hPNL8N0fCC5AGoE02tXLfAnIfF73yg/3X8kbZh5g70=; b=clw60MyTLmClrhsMMvNX1CTFTOpDxI7oOqi/lFqmY5tAif/zIuFddo/Sl6wUYFp1SH wfNHxnD1eSoMXncYSzklHWswQJq/hmMplvLyF7wctrQBRRqZmUZIbcomBuGF6iThjodv PAJI7FStRsnqJWkqZF34BcLU4GWGDdd8cBZ2WWLQ8oPr6PQYme23XpRIgQiQEGRuwRcy ffxujYhdz/9F6D+b52dyy9SPUF4y8Sw88eLNrPqfKnPnCLzmGWQ5LCz8OP045jNnudKM g3lZ7NvqzEUyZmjYTtDYsoeyC3xEe7iwwzuissJjUl3EO/mNGQ8o+21lnVnL/D4ZDiFH nbrw==
- In-reply-to: <CAMtVo_PG_fd62V1FZ4r7fRUragzzS6H4McN5sO1=hhY=6DR6Yg@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>
On Oct 25, 8:46pm, lolilolicon wrote:
}
} I use Shift-Insert to paste the X PRIMARY selection in terminal.
} But when I use Shift-Insert, the ZLE CUTBUFFER is also overwritten.
} Is there a way to disable this?
This is a side-effect of the "bracketed paste mode" feature that was
added about a year ago.
The previous contents of the cutbuffer are pushed onto the kill ring,
so you can retrieve it by following <^Y> with <\M-y> (or <ESC y>).
There's currently no easy way to change the cutbuffer behavior without
disabling the rest of the bracketed-paste behavior.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author