Last active
April 1, 2022 05:18
-
-
Save wishfoundry/7036457 to your computer and use it in GitHub Desktop.
Set OSX default text editor to sublime text 3 instead of TextEdit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.LaunchServices LSHandlers -array-add '{LSHandlerContentType=public.plain-text;LSHandlerRoleAll=com.sublimetext.3;}' |
Restart Finder after the above command via: COMMAND + ALT + ESC, scroll down the list and select "Finder" and press "Relaunch".
Works fine here with MacOS Catalina Version 10.15.4 (19E266).
No errors, but no changes either on Catalina 10.15.6.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I have the same problem. How did you solve it?