How can I make sublime text 2 respond to txmt url scheme in ubuntu? This has been possible in OSX through subl-handler and in Windows through SublimeProtocol.
How can I make sublime text 2 respond to txmt url scheme in ubuntu?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I asked me the same question today, seeing the txmt protocol with “better_errors” gem for Rails.
I search a long time but found nothing, so I tried to make it by myself.
I write an article and my blog, but I copy it here, for “future-proofness” :
Step 1
Create the file
/usr/share/applications/sublime-handler.desktopStep 2: Update the MIME-types database
Step 3: Create the ~/bin/sublime-handler file
Then make it executable :
$ chmod +x ~/bin/sublime-handlerStep 4: Test a txmt:// file
If that dosen’t work, say me, I’ll try to help you.