https://github.com/grubersjoe
https://jogruber.de
defaults write .GlobalPreferences AppleTextBreakLocale en_US_POSIX
It adds '.' as a word break globally. This allows me to select one word out of 'test.example.thing ' instead of selecting the whole URL.
defaults write .GlobalPreferences AppleTextBreakLocale en_US_POSIX
It adds '.' as a word break globally. This allows me to select one word out of 'test.example.thing ' instead of selecting the whole URL.