Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

open sublime with custom url scheme

The rails gem better provides a nice interface to debug rails web applications. Clicking on file names should open your preferred text editor e.g. TextMate. With Sublime however, nothing happens.

How is it possible to register a url scheme handler for subl:// ?

like image 526
Joel Meyer-Hamme Avatar asked Jan 28 '13 12:01

Joel Meyer-Hamme


1 Answers

Had the same problem. After some searching I found the subl-handler on github.

You need to setup your sublime so you can use the subl-command in your terminal. Look for this guide.

Installing solved the problem.

like image 52
Lars Schirrmeister Avatar answered Nov 14 '22 02:11

Lars Schirrmeister