config mouse selection

Asked by BlaWiz

In the terminal, when trying to select "file:///path/to/file.pdf" or "/path/to/file/file·tag.pdf" with double clicking it ... it will only select "///path/to/file.pdf" in the first example or "/path/to/file/file" in the second. So · and : "breaks" the attempt to select the "word". Is there a way to config which chars should break the selection in this way? or a work-around? I see eg xterm selects words in another way when double clicking.

PS: great terminal, been using it for years :)

Question information

Language:
English Edit question
Status:
Solved
For:
Sakura Edit question
Assignee:
No assignee Edit question
Solved by:
BlaWiz
Solved:
Last query:
Last reply:
Revision history for this message
BlaWiz (blawiz) said :
#1

Ahh, should have looked closer at the config file, this fixed it:

word_chars=-A-Za-z0-9,./?%&#_~·:

Revision history for this message
mehturt (mehturt) said :
#2

I was going to ask the same thing, this should be the default config IMHO :)

Revision history for this message
David Gómez (dabisu) said :
#3

Thanks, I'll update the default value for word_chars to fix this problem.