如何将TextMate 2设置为Mac OSX Sierra中文本文件的默认编辑器?
根据第二个答案 https://stackoverflow.com/questions/9370584/mac-os-x-set-textmate-as-default-text-editor 我试过了:
defaults write com.apple.LaunchServices LSHandlers -array-add '{LSHandlerContentType=public.plain-text;LSHandlerRoleAll=com.macromates.textmate;}'
但它似乎不起作用 - 当我打开一个文件时 .txt
扩展它在TextEdit中打开。
请注意,我 不 寻找像接受的答案一样的手动解决方案 https://stackoverflow.com/questions/9370584/mac-os-x-set-textmate-as-default-text-editor