word-char-exceptions
I feel like I'm beating a rather dead horse, but here goes:
I cannot change the word selection boundaries in Gnome terminal.
I've done lots of googling on this, and I've seen some bug reports that discuss the issue, but nothing seems to have changed. So first, here's the problem: I want to be able to double-click to select some text, but I want to control the boundary of that selection. Specifically I want the colon character ':' to be a boundary so that when I double click on text that says key:value I just want to select "value" and not the whole string.
What I've done: I've used 'dconf' to create the following key:
dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/word-char-exceptions '@MS "-,.;/?%&#_=+@~·:"'
It has no effect. Further digging shows that where this should have an effect is in the "vte291" RPM. I looked at the source code that's contained in the SRPM, and it looks to me like that should work.
I'm using F26 at the moment, and the vte291 package for f26 uses "vte-0.48.3". (It does look like they bumped the version to 0.50.2 in rawhide).
Has anyone had luck with this? This is really the only annoying thing about my system at the moment.