From c1f898c545d4b8ca0ed9ce730986b50c657eaee8 Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 4 Mar 2015 14:24:47 +0100 Subject: [PATCH] Squashed 'repos/robbyrussell/oh-my-zsh/' changes from 6ddd44a..e55c715 e55c715 Merge pull request #3635 from wyldphyre/master 01ec37e Added missing 'stt' command alias 2e1b964 Add README.md file git-subtree-dir: repos/robbyrussell/oh-my-zsh git-subtree-split: e55c715508a2f652fed741f2047c66dda2c6e5b0 --- plugins/sublime/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/sublime/README.md diff --git a/plugins/sublime/README.md b/plugins/sublime/README.md new file mode 100644 index 0000000..e38cf66 --- /dev/null +++ b/plugins/sublime/README.md @@ -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 \ No newline at end of file -- 2.0.0