Is it possible replace text on the Konsole by highlighting the text and pasting over it?

I like doing this in text editors, but on Konsole it just pastes everything at the end.
Can this be enabled somewhere?

Never mind, I requested something similar enough already.

The bash shell is not a GUI app and it’s the shell that would need to know you are trying to paste over a hilighted region. bash and readline library (it line editor) do have a mechanism to do this to my knowledge.