In GitHub Desktop, is there any way to change the right click "Open in Atom" option, to instead be "Open in Sublime" or some other text editor?
Thanks!
They finally added an option in the Preferences:
GitHub looks for /Applications/Atom.app
when clicking on "Open in Atom", so you just need to rename your editor to Atom.app
, or...
Create a dummy app that opens Sublime. You can download the app that I made with Automator or make one yourself:
/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl "$@"
Now "Open in Atom" should simply "Open in Sublime Text"
You can't, as it seems to be a part of app's menu.
However, you can set your default editor in global config
like
git config --global core.editor "subl -n -w"
For more, refer Associating text editors with Git
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With