summaryrefslogtreecommitdiff
path: root/plugins/sublime-merge/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2020-10-08 11:04:31 -0600
committerTuowen Zhao <ztuowen@gmail.com>2020-10-08 11:04:31 -0600
commit1774c426de3c4845e2d606c813c37067b8cf78d7 (patch)
tree872a7bbcaa79cf0b1c19d2687090ee6eb8e205fb /plugins/sublime-merge/README.md
parent2b3d602644a13aa97391f22ecfc249b6bc58dd49 (diff)
parent27857e66d0dab0bd05790307dfe5388f3cb2c51a (diff)
downloadzsh-1774c426de3c4845e2d606c813c37067b8cf78d7.tar.gz
zsh-1774c426de3c4845e2d606c813c37067b8cf78d7.tar.bz2
zsh-1774c426de3c4845e2d606c813c37067b8cf78d7.zip
Merge remote-tracking branch 'origin/master' into master
Diffstat (limited to 'plugins/sublime-merge/README.md')
-rw-r--r--plugins/sublime-merge/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/sublime-merge/README.md b/plugins/sublime-merge/README.md
new file mode 100644
index 000000000..534479179
--- /dev/null
+++ b/plugins/sublime-merge/README.md
@@ -0,0 +1,17 @@
+## sublime-merge
+
+Plugin for Sublime Merge, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.
+
+### Requirements
+
+ * [Sublime Merge](https://www.sublimemerge.com)
+
+### Usage
+
+ * If `sm` command is called without an argument, launch Sublime Merge
+
+ * If `sm` is passed a directory, `cd` to it and open the existing git repository in Sublime Merge
+
+ * If `smt` command is called, it is equivalent to `sm .`, opening the existing git repository in the current folder in Sublime Merge
+
+ * If `ssm` command is called, it is like `sudo sm`, opening the git repository in Sublime Merge. Useful for editing system protected repositories. \ No newline at end of file