When user double clicks text in Terminal, the current implementation will select a word containing alphanumeric characters only. Any other character will be treated as a selection boundary.
This makes it inconvenient for selecting file names or paths, as those words usually do contains dots, underscores or slashes.
This pull request makes the text boundary configurable.
E.g. adding "/_." would allow user to select "/src/test_source.c" in one double click.
make boundary for word selection by double clicking configurable by letting user to add additional characters
When user double clicks text in Terminal, the current implementation will select a word containing alphanumeric characters only. Any other character will be treated as a selection boundary.
This makes it inconvenient for selecting file names or paths, as those words usually do contains dots, underscores or slashes.
This pull request makes the text boundary configurable. E.g. adding "/_." would allow user to select "/src/test_source.c" in one double click.