Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add Sublime Text 2 to the right click context menu in Ubuntu 12.04

Title pretty much sums my question. I want to open a folder in sublime text by right clicking the folder and clicking on "open folder in sublime text" context menu. I am using Ubuntu 12.04

like image 230
Morpheus Avatar asked Aug 18 '13 08:08

Morpheus


1 Answers

Assuming you followed guide on:

http://www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/

You simply need to add a %f to your Exec line in sublime.desktop like:

Exec=sublime %f
like image 143
Gus Avatar answered Sep 29 '22 00:09

Gus