move bracketed-paste to inputrc

This commit is contained in:
tengel 2024-03-20 11:25:14 -05:00
parent 5d56bf8d77
commit b576639b95

3
bashrc
View file

@ -21,9 +21,6 @@ export PATH
# stop quotes around ls which coreutils introduced # stop quotes around ls which coreutils introduced
export QUOTING_STYLE=literal export QUOTING_STYLE=literal
# stop paste which readline introduced
bind 'set enable-bracketed-paste off'
# stop GTK3 disappearing scrollbars # stop GTK3 disappearing scrollbars
export GTK_OVERLAY_SCROLLING=0 export GTK_OVERLAY_SCROLLING=0