Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

What are the "select-by-word" in gnome-terminal's preferences?

share|improve this question

1 Answer

"Select-by-word" characters are those characters that define words. They are used to determine which characters to select when doing double clicks.

Eg., if you have a-z@ in this list, a valid word would be a@z. If you then have a string like

333a@z444

and you make a double click over 'a', '@', or 'z', it will only select a@z, because '3' and '4' aren't valid word characters.

share|improve this answer
1  
See this question for an example. – ændrük Dec 16 '10 at 21:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.