Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Shift-Insert overwrites ZLE CUTBUFFER
- X-seq: zsh-users 22023
- From: lolilolicon <lolilolicon@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Shift-Insert overwrites ZLE CUTBUFFER
- Date: Tue, 25 Oct 2016 20:46:18 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=6J3XvqoVR/Jj2EVBbNl2cZk4pbD6TDgh+8u95pHgQKs=; b=AlGWEkHqRBOfbHmu78UNEfQf4usDEcdtENXXMcFT1wxUpEeBw8bNUAQVa5y/BY//2v 6wRvYUeYX4d3gd9SzOcVjZP83diTI1X4cYV1wQvErHJoN+u9Ij42AvYqQ4eikRWapGfA Q963lOKD3w+VPrNmZFTO8oPlkgYem22ZalMN4tkMp/lk37ophZ+tXbJk2E9PKGFxHmHK jhzAS28xFvf6Uc4l/wKeloD1K0SPjftJpzL+4WS0ijV0JeY5Mmj+KReNlvU01GdaPLUj Rx+aXtfKVYIloK1mGBPeGSbpXlqjfG/fPFC5QFNYLs3ly6Kd9f9wiVjQlD0h+lnvyjcS BMsQ==
- 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
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?
Example, with cursor at the end of line,
% foo
^W kills "foo"
^Y yanks "foo", as expected
% foo
Shift-Insert pastes "bar", content of PRIMARY selection
% foobar
^Y yanks "bar", instead of "foo", unexpected!
% foobarbar
Messages sorted by:
Reverse Date,
Date,
Thread,
Author