diff options
author | wyldphyre <craigreynolds@Claire.local> | 2015-02-24 21:05:58 +0800 |
---|---|---|
committer | wyldphyre <craigreynolds@Claire.local> | 2015-02-24 21:05:58 +0800 |
commit | 01ec37e5f87281e91b174d068a43d0ce6e43944e (patch) | |
tree | 8ae595ed5c59224a0394cba328e08acffe2cf777 /plugins | |
parent | 2e1b964c002aa193fef733d52da252e2e11ca2ef (diff) | |
download | zsh-01ec37e5f87281e91b174d068a43d0ce6e43944e.tar.gz zsh-01ec37e5f87281e91b174d068a43d0ce6e43944e.tar.bz2 zsh-01ec37e5f87281e91b174d068a43d0ce6e43944e.zip |
Added missing 'stt' command alias
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sublime/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/sublime/README.md b/plugins/sublime/README.md index 75b2d9dc1..e38cf66dc 100644 --- a/plugins/sublime/README.md +++ b/plugins/sublime/README.md @@ -12,4 +12,6 @@ Plugin for Sublime Text, a cross platform text and code editor, available for Li * 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
\ No newline at end of file + * 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 |