summaryrefslogtreecommitdiff
path: root/plugins/sublime/sublime.plugin.zsh
AgeCommit message (Collapse)Author
2018-10-17sublime: fix typo in cygwin path logic (#7304)mhennecke
Bug introduced in cea941ce42b5d550489367608dd1ac4401151c97
2018-04-23[subl] Fix local variable definitionMarc Cornellà
Fixes #6757
2018-04-22sublime plugin: make "local" work by wrapping in anon functionAndrew Janke
2018-01-22added stn create_project function for stubbing sublime-project files (#6515)Jake Stanley
2016-10-10Use OSTYPE instead of uname whenever possible for better speed. (#5496)Hong
2016-08-14Create an alias to open up sublime project (#5258)Peter Han
* Adding an alias to open up the sublime project * README update for stp command
2015-09-27Update sublime.plugin.zshTyler Charlesworth
2015-09-24Adds Cygwin supportTyler Charlesworth
2015-06-14Merge pull request #3929 from GunfighterJ/GunfighterJ-patch-sublime3Robby Russell
Add sublime text 3 paths to check list
2015-06-11sublime: Make subl a function so it can be called from functions in other ↵Paul Melnikow
modules Without this change, whether a function can invoke 'subl' depends on the order in which modules are loaded. With this change, the order doesn't matter. zsh resolves aliases at parse time not run time, which means if you invoke an alias from a function, the alias must be defined before the function. See http://stackoverflow.com/a/25532276/893113 which refers to an explanation of this limitation. For code which may be used non-interactively, the recommend workaround is to use functions instead of aliases.
2015-06-11Added support for detecting Sublime Text 3 on Arch LinuxJonathan Roemer
2015-05-25Add sublime text 3 paths to check listGunfighterJ
2015-01-11Sublime Text plugin: added sst alias for sudo run sublimeCkEsc
2014-07-23Use $OSTYPE instead of uname to speed things upChristian Höltje
The $OSTYPE variable is set at ZSH compile time and can be safely used to determine the OS of the system. e.g. darwin (os x)
2014-06-28Add /usr/bin/subl path for who has linked sublime text thereArandi López
2014-05-29Removed unnecessary execute permissions for some pluginsTheodore Kokkoris
2014-03-02Integrate changes from #1841.Kaiwen Xu
2014-03-02Fixed sublime plugin behaviors.Kaiwen Xu
- Fixed subl search path order in Mac because Sublime Text 3 is named Sublime Text.app by default instead of Sublime Text 3.app and they are mostly likely to be placed in /Applications instead of $HOME/Applications. - Fixed sublime text binary path in Linux. The sublime_text binary installed by Ubuntu installer is placed in /opt/sublime_text/sublime_text instead of /usr/bin/sublime_text. - Use zsh's built-in process detach syntax instead of nohup.
2013-11-17Add support for sublime 3Gaetan Semet
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-09-05Sublime Text: Harmonize alias with the Sublime Text install instructionsPaul Melnikow
The typical command is `subl`, not `st`. Leaving both for backward compatibility. See http://www.sublimetext.com/docs/2/osx_command_line.html
2013-04-29Change sublime text path select priority on mac.Kaiwen Xu
User changed symbolic link for sublime binary is now top priority, since this allows users to actually specify which version of sublime they want to use. Sublime text 2 binary has higher priority over sublime text (3) binary, since sublime text 2 is considered more stable.
2013-04-23Merge pull request #1704 from laggyluke/st3Robby Russell
Support for Sublime Text 3
2013-04-10Support for Sublime Text 3George Miroshnykov
2013-04-07Prevents echo of _sublime_darwin_paths contentsdsx
2013-02-08Support for Sublime Text 3, with fallbackIan MacLeod
2012-12-04Merge pull request #1454 from gAmUssA/patch-4Robby Russell
Update plugins/sublime/sublime.plugin.zsh
2012-12-02Merge pull request #1259 from bwl/sublime-fixRobby Russell
Adding logic for ~/Applications folder installs of Sublime Text 2
2012-12-02Update plugins/sublime/sublime.plugin.zshViktor Gamov
updated run sublime on linux with parameters 
2012-11-05Update plugins/sublime/sublime.plugin.zsh汤凯 Kevin Tong
Considering the situation when installing sublime text via apt-get (WebUpd8 Sublime Text 2 PPA)
2012-07-29Adding logic for ~/Applications folder installs of Sublime Text 2bwl
2012-07-09utilize sublime's embedded command line binaryJosh Vermaire
2012-07-08escape whitespaceJosh Vermaire
2012-05-24Fixed a bug in checking the platformVarun Vijayaraghavan
2012-05-21Add Sublime Text 2 alias for Linux.Varun Vijayaraghavan
Detects the platform using "uname", and sets the alias accordingly. If you are using Linux, this assumes that you have created a symbolic link to /usr/bin/sublime_text.
2012-04-22changed the alias to use to cli provided by sublime textDylan Hudson
2012-04-19added aliases for sublime textDylan Hudson