waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

[Feature]: Select text context can be configured by double-clicking the mouse left button

Open myhuman opened this issue 1 year ago • 2 comments

Feature description

Current path is: vm@vm:~/develop/ref/os-ref$ When I double-clicking left mouse key, all text are selected.

It's better only "~/develop/ref/os-ref" is selected. It's better to add one setting to config it.

Just like konsole in plasma

Implementation Suggestion

No response

Anything else?

No response

myhuman avatar Oct 25 '24 00:10 myhuman

Just want to clarify. So currently the double click will select everything to a whitespace or quote boundaries. You're looking to be able to add alternate delimiters (such as ":") to where the default double-click selection will end?

sawka avatar Oct 25 '24 18:10 sawka

Does the provision of a regex setting in Konsole to adjust the selection behavior of mouse double-clicks provide a similar function? For example, if you want to copy the path as a terminal, it is relatively simple, otherwise there will be too much copied text, and you will have to delete it, and the use experience is not very good.

myhuman avatar Oct 28 '24 12:10 myhuman