From b576639b958e573edee2d4b6d0bdcba26c682a4a Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 11:25:14 -0500 Subject: [PATCH] move bracketed-paste to inputrc --- bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/bashrc b/bashrc index 6637fb9..4d32c06 100644 --- a/bashrc +++ b/bashrc @@ -21,9 +21,6 @@ export PATH # stop quotes around ls which coreutils introduced export QUOTING_STYLE=literal -# stop paste which readline introduced -bind 'set enable-bracketed-paste off' - # stop GTK3 disappearing scrollbars export GTK_OVERLAY_SCROLLING=0