josef radinger via users wrote:
> i'm using xfce, though it happens with gnome, too.
> the solution - as mathhew miller brought to my attention - is
> https://bugzilla.redhat.com/show_bug.cgi?id=1954366
> 
> or
> 
> disabling "enable-bracketed-paste" by adding in ~/.inputrc the following
> line:
> set enable-bracketed-paste off

If you want to add this and _not_ disable the other settings
which come from the system-wide /etc/inputrc, add this to
your ~/.inputrc as well:

    # include system-wide inputrc
    $include /etc/inputrc

You can do that all at once via:

    $ cat >~/.inputrc <<\EOF
    # include system-wide inputrc
    $include /etc/inputrc

    # disable bracketed-paste
    # https://bugzilla.redhat.com/show_bug.cgi?id=1954366
    set enable-bracketed-paste off
    EOF

Keep in mind that disabling bracketed paste does bring a bit
of risk if you paste text from an external application like
a browser into your terminal.  Some links and discussion are
in this vte bug report:

    https://gitlab.gnome.org/GNOME/vte/issues/92

-- 
Todd

Attachment: signature.asc
Description: PGP signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to