Created
June 25, 2013 18:26
-
-
Save jthmiranda/5860996 to your computer and use it in GitHub Desktop.
Lanzador de sublime en Unity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Name=Sublime Text 2 | |
GenericName=Text Editor | |
Comment=Sophisticated text editor for code, html and prose | |
Exec=/usr/bin/sublime-text-2 %F | |
Terminal=false | |
Type=Application | |
MimeType=text/plain;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;text/x-java;text/x-dsrc;text/x-pascal;text/x-perl;text/x-python;application/x-php;application/x-httpd-php3;application/x-httpd-php4;application/x-httpd-php5;application/xml;text/html;text/css;text/x-sql;text/x-diff;x-directory/normal;inode/directory; | |
Icon=sublime-text-2 | |
Categories=TextEditor;Development;Utility; | |
Name[en_US]=Sublime Text 2 | |
X-Ayatana-Desktop-Shortcuts=NewWindow; | |
[NewWindow Shortcut Group] | |
Name=Open a New Window | |
Exec=/usr/bin/sublime-text-2 --new-window | |
TargetEnvironment=Unity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment