Comment 2 for bug 1463072

Revision history for this message
Scott Moser (smoser) wrote : Re: highlighting on left mouse double click ends at :

I marked this as Invalid as upstream says it is.
It is configurable via dconf. currently not configurable in the gnome-terminal UI at all.

To show how to do this:

$ dconf read /org/gnome/terminal/legacy/profiles:/list
['63575bfd-baa0-4acd-86fc-6726b91ff51e', 'bdddb09c-01fe-4230-90b0-331af6389b5f']

$ dconf read /org/gnome/terminal/legacy/profiles:/:63575bfd-baa0-4acd-86fc-6726b91ff51e/visible-name
'default'

$ dconf write /org/gnome/terminal/legacy/profiles:/:63575bfd-baa0-4acd-86fc-6726b91ff51e/word-char-exceptions '@ms "-,:.;/?%&#_=+@~·"'

I believe the default is: -,:.;/?%&#_=+@~.
and I just added ':' to the list.