Open sublime with custom URL scheme

Better rail quality provides a nice interface for debugging web rail applications. Clicking on the file names should open a preferred text editor, for example. TextMate However, nothing happens to Sublime.

How can I register a URL scheme handler for subl: //?

+5
source share
1 answer

There was the same problem. After some searching, I found a subl-handler on github.

You need to configure your sublime so that you can use the sub-command in your terminal. Find a guide .

Installation resolved.

+4
source

All Articles