https://bugs.kde.org/show_bug.cgi?id=431695
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |a.samir...@gmail.com --- Comment #6 from Ahmad Samir <a.samir...@gmail.com> --- I don't think this is specific to konsole; bash/readline has bracketed-paste, if it's enabled the shell will behave the way you describe. You can enable/disable bracketed-paste by editing /etc/inputrc and adding a line: set enable-bracketed-paste off See: https://www.gnu.org/software/bash/manual/bash.html#index-enable_002dbracketed_002dpaste https://www.gnu.org/software/bash/manual/bash.html#Readline-Init-File-Syntax (If you want the change to be in your user account only, you can also create a ~/.inputrc file: $include /etc/inputrc set enable-bracketed-paste off ) Note that bash/readline in recent versions have enabled bracketed-paste by default: https://lwn.net/Articles/839212/ -- You are receiving this mail because: You are watching all bug changes.