Skip to content

Commit

Permalink
Merge pull request #3635 from wyldphyre/master
Browse files Browse the repository at this point in the history
Add README.md file
  • Loading branch information
robbyrussell committed Feb 25, 2015
2 parents 6ddd44a + 01ec37e commit e55c715
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/sublime/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## sublime

Plugin for Sublime Text, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.

### Requirements

* [Sublime Text](http://www.sublimetext.com/)

### Usage

* If `st` command is called without an argument, launch Sublime Text

* If `st` is passed a directory, `cd` to it and open it in Sublime Text

* If `st` is passed a file, open it in Sublime Text

* if `stt` command is called, it is equivalent to `st .`, opening the current folder in Sublime Text

0 comments on commit e55c715

Please sign in to comment.