Clickable URLs in Sublime Text

April 29, 2014

1 min. read

  • Install Package Control: ⌃` and copy & paste the code in https://sublime.wbond.net/installation

  • Install Clickable Urls package: ⌘⇧P, type in ‘install’ and press ↩, wait for some seconds and a menu will show up, input ‘Clickable Urls’ and press ↩

  • Bind ⌃ left click as the way to click and open URLs in ST3. You can change control in the code to any modifier key you like.

echo '[{ "button": "button1", "modifiers": ["control"], "press_command": "open_url" }]'\
> ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/Default\ \(OSX\).sublime-mousemap

← Command C Actions and Bookmarklets

Published 29 Apr 2014

Mac Apps I Use Apr 2014 →

Published 20 Apr 2014