Commit c1f898c545d4b8ca0ed9ce730986b50c657eaee8
1 parent
56a5793ce0
Exists in
master
and in
2 other branches
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
Showing 1 changed file with 17 additions and 0 deletions Side-by-side Diff
plugins/sublime/README.md
| ... | ... | @@ -0,0 +1,17 @@ |
| 1 | +## sublime | |
| 2 | + | |
| 3 | +Plugin for Sublime Text, a cross platform text and code editor, available for Linux, Mac OS X, and Windows. | |
| 4 | + | |
| 5 | +### Requirements | |
| 6 | + | |
| 7 | + * [Sublime Text](http://www.sublimetext.com/) | |
| 8 | + | |
| 9 | +### Usage | |
| 10 | + | |
| 11 | + * If `st` command is called without an argument, launch Sublime Text | |
| 12 | + | |
| 13 | + * If `st` is passed a directory, `cd` to it and open it in Sublime Text | |
| 14 | + | |
| 15 | + * If `st` is passed a file, open it in Sublime Text | |
| 16 | + | |
| 17 | + * if `stt` command is called, it is equivalent to `st .`, opening the current folder in Sublime Text | |
| 0 | 18 | \ No newline at end of file |